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

2020-05-25 Thread Felix Yan via arch-commits
Date: Monday, May 25, 2020 @ 13:24:09
  Author: felixonmars
Revision: 634278

archrelease: copy trunk to community-any

Added:
  emacs-python-mode/repos/community-any/PKGBUILD
(from rev 634276, emacs-python-mode/trunk/PKGBUILD)
  emacs-python-mode/repos/community-any/emacs-python-mode.install
(from rev 634276, 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  |   43 +--
 emacs-python-mode.install |   26 +-
 2 files changed, 34 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-25 13:24:01 UTC (rev 634277)
+++ PKGBUILD2020-05-25 13:24:09 UTC (rev 634278)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Esposito 
-
-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.*
-}

Copied: emacs-python-mode/repos/community-any/PKGBUILD (from rev 634276, 
emacs-python-mode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-25 13:24:09 UTC (rev 634278)
@@ -0,0 +1,21 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Esposito 
+
+pkgname=emacs-python-mode
+pkgver=6.2.3
+pkgrel=2
+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   2020-05-25 13:24:01 UTC (rev 634277)
+++ emacs-python-mode.install   2020-05-25 13:24:09 UTC (rev 634278)
@@ -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 634276, emacs-python-mode/trunk/emacs-python-mode.install)
===
--- emacs-python-mode.install   (rev 0)
+++ emacs-python-mode.install   2020-05-25 13:24:09 UTC (rev 634278)
@@ -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
+}


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

2018-01-05 Thread Sergej Pupykin via arch-commits
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
===
--- PKGBUILD2018-01-05 16:37:17 UTC (rev 279042)
+++ PKGBUILD2018-01-05 16:37:33 UTC (rev 279043)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Esposito 
-
-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)
+++ PKGBUILD2018-01-05 16:37:33 UTC (rev 279043)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Esposito 
+
+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
+}


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

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 13:28:04
  Author: spupykin
Revision: 165921

archrelease: copy trunk to community-any

Added:
  emacs-python-mode/repos/community-any/PKGBUILD
(from rev 165920, emacs-python-mode/trunk/PKGBUILD)
  emacs-python-mode/repos/community-any/emacs-python-mode.install
(from rev 165920, 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
===
--- PKGBUILD2016-03-10 12:27:53 UTC (rev 165920)
+++ PKGBUILD2016-03-10 12:28:04 UTC (rev 165921)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Esposito 
-
-pkgname=emacs-python-mode
-pkgver=6.2.0
-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=('6ff1f635568470c4b6e3d8b74507986e')
-
-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 165920, 
emacs-python-mode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-10 12:28:04 UTC (rev 165921)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Esposito 
+
+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.*
+}

Deleted: emacs-python-mode.install
===
--- emacs-python-mode.install   2016-03-10 12:27:53 UTC (rev 165920)
+++ emacs-python-mode.install   2016-03-10 12:28:04 UTC (rev 165921)
@@ -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 165920, emacs-python-mode/trunk/emacs-python-mode.install)
===
--- emacs-python-mode.install   (rev 0)
+++ emacs-python-mode.install   2016-03-10 12:28:04 UTC (rev 165921)
@@ -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
+}


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

2014-12-03 Thread Sergej Pupykin
Date: Wednesday, December 3, 2014 @ 12:25:43
  Author: spupykin
Revision: 123388

archrelease: copy trunk to community-any

Added:
  emacs-python-mode/repos/community-any/PKGBUILD
(from rev 123387, emacs-python-mode/trunk/PKGBUILD)
  emacs-python-mode/repos/community-any/emacs-python-mode.install
(from rev 123387, 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
===
--- PKGBUILD2014-12-03 11:25:33 UTC (rev 123387)
+++ PKGBUILD2014-12-03 11:25:43 UTC (rev 123388)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Esposito 
-
-pkgname=emacs-python-mode
-pkgver=6.1.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=("http://launchpad.net/python-mode/trunk/$pkgver/+download/python-mode.el-$pkgver.tar.gz";)
-md5sums=('86a72348fda41c36455b35c5af9fdcb7')
-
-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 123387, 
emacs-python-mode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-03 11:25:43 UTC (rev 123388)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Esposito 
+
+pkgname=emacs-python-mode
+pkgver=6.2.0
+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=('6ff1f635568470c4b6e3d8b74507986e')
+
+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   2014-12-03 11:25:33 UTC (rev 123387)
+++ emacs-python-mode.install   2014-12-03 11:25:43 UTC (rev 123388)
@@ -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 123387, emacs-python-mode/trunk/emacs-python-mode.install)
===
--- emacs-python-mode.install   (rev 0)
+++ emacs-python-mode.install   2014-12-03 11:25:43 UTC (rev 123388)
@@ -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
+}


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

2014-02-12 Thread Sergej Pupykin
Date: Wednesday, February 12, 2014 @ 13:41:12
  Author: spupykin
Revision: 105635

archrelease: copy trunk to community-any

Added:
  emacs-python-mode/repos/community-any/PKGBUILD
(from rev 105634, emacs-python-mode/trunk/PKGBUILD)
  emacs-python-mode/repos/community-any/emacs-python-mode.install
(from rev 105634, 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
===
--- PKGBUILD2014-02-12 12:41:04 UTC (rev 105634)
+++ PKGBUILD2014-02-12 12:41:12 UTC (rev 105635)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Esposito 
-
-pkgname=emacs-python-mode
-pkgver=6.1.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=('6117a5c474da37d893c0d0bf4cc4b9a2')
-
-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 105634, 
emacs-python-mode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-12 12:41:12 UTC (rev 105635)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Esposito 
+
+pkgname=emacs-python-mode
+pkgver=6.1.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=("http://launchpad.net/python-mode/trunk/$pkgver/+download/python-mode.el-$pkgver.tar.gz";)
+md5sums=('86a72348fda41c36455b35c5af9fdcb7')
+
+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   2014-02-12 12:41:04 UTC (rev 105634)
+++ emacs-python-mode.install   2014-02-12 12:41:12 UTC (rev 105635)
@@ -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 105634, emacs-python-mode/trunk/emacs-python-mode.install)
===
--- emacs-python-mode.install   (rev 0)
+++ emacs-python-mode.install   2014-02-12 12:41:12 UTC (rev 105635)
@@ -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
+}



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

2013-09-10 Thread Sergej Pupykin
Date: Tuesday, September 10, 2013 @ 12:14:24
  Author: spupykin
Revision: 97009

archrelease: copy trunk to community-any

Added:
  emacs-python-mode/repos/community-any/PKGBUILD
(from rev 97008, emacs-python-mode/trunk/PKGBUILD)
  emacs-python-mode/repos/community-any/emacs-python-mode.install
(from rev 97008, 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
===
--- PKGBUILD2013-09-10 10:14:14 UTC (rev 97008)
+++ PKGBUILD2013-09-10 10:14:24 UTC (rev 97009)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Esposito 
-
-pkgname=emacs-python-mode
-pkgver=6.1.1
-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=('fe2cc3936279255c7f344a02f7ccc912')
-
-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 97008, 
emacs-python-mode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-10 10:14:24 UTC (rev 97009)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Esposito 
+
+pkgname=emacs-python-mode
+pkgver=6.1.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=('6117a5c474da37d893c0d0bf4cc4b9a2')
+
+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   2013-09-10 10:14:14 UTC (rev 97008)
+++ emacs-python-mode.install   2013-09-10 10:14:24 UTC (rev 97009)
@@ -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 97008, emacs-python-mode/trunk/emacs-python-mode.install)
===
--- emacs-python-mode.install   (rev 0)
+++ emacs-python-mode.install   2013-09-10 10:14:24 UTC (rev 97009)
@@ -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
+}



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

2013-03-04 Thread Sergej Pupykin
Date: Monday, March 4, 2013 @ 11:23:51
  Author: spupykin
Revision: 85622

archrelease: copy trunk to community-any

Added:
  emacs-python-mode/repos/community-any/PKGBUILD
(from rev 85621, emacs-python-mode/trunk/PKGBUILD)
  emacs-python-mode/repos/community-any/emacs-python-mode.install
(from rev 85621, 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
===
--- PKGBUILD2013-03-04 10:23:24 UTC (rev 85621)
+++ PKGBUILD2013-03-04 10:23:51 UTC (rev 85622)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Esposito 
-
-pkgname=emacs-python-mode
-pkgver=6.1.0
-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=('980de2df6a314d49cd61ae764f757339')
-
-build() {
-  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 85621, 
emacs-python-mode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-04 10:23:51 UTC (rev 85622)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Esposito 
+
+pkgname=emacs-python-mode
+pkgver=6.1.1
+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=('fe2cc3936279255c7f344a02f7ccc912')
+
+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   2013-03-04 10:23:24 UTC (rev 85621)
+++ emacs-python-mode.install   2013-03-04 10:23:51 UTC (rev 85622)
@@ -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 85621, emacs-python-mode/trunk/emacs-python-mode.install)
===
--- emacs-python-mode.install   (rev 0)
+++ emacs-python-mode.install   2013-03-04 10:23:51 UTC (rev 85622)
@@ -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
+}