Date: Wednesday, October 12, 2022 @ 19:15:14
  Author: spupykin
Revision: 1327888

archrelease: copy trunk to community-any

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-12 19:15:13 UTC (rev 1327887)
+++ PKGBUILD    2022-10-12 19:15:14 UTC (rev 1327888)
@@ -1,21 +0,0 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-# Contributor: Stefano Esposito <[email protected]>
-
-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.*
-}

Copied: emacs-python-mode/repos/community-any/PKGBUILD (from rev 1327886, 
emacs-python-mode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-12 19:15:14 UTC (rev 1327888)
@@ -0,0 +1,21 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Stefano Esposito <[email protected]>
+
+pkgname=emacs-python-mode
+pkgver=6.3.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=("https://stable.melpa.org/packages/python-mode-$pkgver.tar";)
+sha256sums=('7f9594f3147c3314d87cf9b15ef24d41ac574fde3f8a4c06644d55a7363f3325')
+
+package() {
+  cd "$srcdir"/python-mode-$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   2022-10-12 19:15:13 UTC (rev 1327887)
+++ emacs-python-mode.install   2022-10-12 19:15:14 UTC (rev 1327888)
@@ -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 1327886, emacs-python-mode/trunk/emacs-python-mode.install)
===================================================================
--- emacs-python-mode.install                           (rev 0)
+++ emacs-python-mode.install   2022-10-12 19:15:14 UTC (rev 1327888)
@@ -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
+}

Reply via email to