[arch-commits] Commit in emacs-python-mode/repos/community-any (4 files)

Sergej Pupykin spupykin at archlinux.org
Fri Jan 5 16:37:34 UTC 2018


    Date: Friday, January 5, 2018 @ 16:37:33
  Author: spupykin
Revision: 279043

archrelease: copy trunk to community-any

Added:
  emacs-python-mode/repos/community-any/PKGBUILD
    (from rev 279042, emacs-python-mode/trunk/PKGBUILD)
  emacs-python-mode/repos/community-any/emacs-python-mode.install
    (from rev 279042, emacs-python-mode/trunk/emacs-python-mode.install)
Deleted:
  emacs-python-mode/repos/community-any/PKGBUILD
  emacs-python-mode/repos/community-any/emacs-python-mode.install

---------------------------+
 PKGBUILD                  |   44 ++++++++++++++++++++++----------------------
 emacs-python-mode.install |   26 +++++++++++++-------------
 2 files changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-05 16:37:17 UTC (rev 279042)
+++ PKGBUILD	2018-01-05 16:37:33 UTC (rev 279043)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Stefano Esposito <ragnarok at email.it>
-
-pkgname=emacs-python-mode
-pkgver=6.2.2
-pkgrel=1
-pkgdesc="Python mode for Emacs"
-url="https://launchpad.net/python-mode"
-license=("GPL")
-arch=('any')
-depends=('emacs')
-install=emacs-python-mode.install
-source=("http://launchpad.net/python-mode/trunk/$pkgver/+download/python-mode.el-$pkgver.tar.gz")
-md5sums=('fd5497efefbb7b362000f7852fc47635')
-
-package() {
-  cd $srcdir/python-mode.el-$pkgver
-  install -dm755 $pkgdir/usr/share/emacs/site-lisp/
-  install -Dm644 *.el $pkgdir/usr/share/emacs/site-lisp/
-  rm -f $pkgdir/usr/share/emacs/site-lisp/pymacs.*
-}

Copied: emacs-python-mode/repos/community-any/PKGBUILD (from rev 279042, emacs-python-mode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-05 16:37:33 UTC (rev 279043)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Stefano Esposito <ragnarok at email.it>
+
+pkgname=emacs-python-mode
+pkgver=6.2.3
+pkgrel=1
+pkgdesc="Python mode for Emacs"
+url="https://launchpad.net/python-mode"
+license=("GPL")
+arch=('any')
+depends=('emacs')
+install=emacs-python-mode.install
+source=("https://launchpad.net/python-mode/trunk/$pkgver/+download/python-mode.el-$pkgver.tar.gz")
+sha256sums=('40098432ca1b3e3dcd8fa0a7d23bd8f2e57471587911d448b9c5cde0569d3335')
+
+package() {
+  cd "$srcdir"/python-mode.el-$pkgver
+  install -dm755 "$pkgdir"/usr/share/emacs/site-lisp/
+  install -Dm644 *.el "$pkgdir"/usr/share/emacs/site-lisp/
+  rm -f "$pkgdir"/usr/share/emacs/site-lisp/pymacs.*
+}

Deleted: emacs-python-mode.install
===================================================================
--- emacs-python-mode.install	2018-01-05 16:37:17 UTC (rev 279042)
+++ emacs-python-mode.install	2018-01-05 16:37:33 UTC (rev 279043)
@@ -1,13 +0,0 @@
-post_install () {
-  cat << EOF
-==> Put this in your $HOME/.emacs file to enable python-mode
-==> autoloading and autorecognition of "*.py" files:
-
-(autoload 'python-mode "python-mode.el" "Python mode." t)
-(setq auto-mode-alist (append '(("/.*\.py\\'" . python-mode)) auto-mode-alist))
-EOF
-}
-
-post_upgrade () {
-  post_install $1
-}

Copied: emacs-python-mode/repos/community-any/emacs-python-mode.install (from rev 279042, emacs-python-mode/trunk/emacs-python-mode.install)
===================================================================
--- emacs-python-mode.install	                        (rev 0)
+++ emacs-python-mode.install	2018-01-05 16:37:33 UTC (rev 279043)
@@ -0,0 +1,13 @@
+post_install () {
+  cat << EOF
+==> Put this in your $HOME/.emacs file to enable python-mode
+==> autoloading and autorecognition of "*.py" files:
+
+(autoload 'python-mode "python-mode.el" "Python mode." t)
+(setq auto-mode-alist (append '(("/.*\.py\\'" . python-mode)) auto-mode-alist))
+EOF
+}
+
+post_upgrade () {
+  post_install $1
+}



More information about the arch-commits mailing list