[arch-commits] Commit in python-serpent/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:35:28 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:35:28
  Author: felixonmars
Revision: 1060848

archrelease: copy trunk to community-staging-any

Added:
  python-serpent/repos/community-staging-any/PKGBUILD
    (from rev 1060847, python-serpent/trunk/PKGBUILD)
Deleted:
  python-serpent/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:35:20 UTC (rev 1060847)
+++ PKGBUILD	2021-12-01 21:35:28 UTC (rev 1060848)
@@ -1,26 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: razer <razer at neuf.fr>
-
-pkgname=python-serpent
-pkgver=1.40
-pkgrel=2
-pkgdesc='Serializer for literal Python expressions'
-url='https://github.com/irmen/Serpent'
-arch=(any)
-license=(MIT)
-depends=(python)
-makedepends=(git)
-checkdepends=(python-attrs python-pytz python-testtools)
-source=("git+$url#commit=29b2b7696bc89f589142f80b818533afdd59e544") # tag: serpent-1.40
-b2sums=(SKIP)
-
-check() {
-  cd Serpent
-  python setup.py test
-}
-
-package() {
-  cd Serpent
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-serpent/repos/community-staging-any/PKGBUILD (from rev 1060847, python-serpent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:35:28 UTC (rev 1060848)
@@ -0,0 +1,26 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: razer <razer at neuf.fr>
+
+pkgname=python-serpent
+pkgver=1.40
+pkgrel=3
+pkgdesc='Serializer for literal Python expressions'
+url='https://github.com/irmen/Serpent'
+arch=(any)
+license=(MIT)
+depends=(python)
+makedepends=(git)
+checkdepends=(python-attrs python-pytz python-testtools)
+source=("git+$url#commit=29b2b7696bc89f589142f80b818533afdd59e544") # tag: serpent-1.40
+b2sums=(SKIP)
+
+check() {
+  cd Serpent
+  python setup.py test
+}
+
+package() {
+  cd Serpent
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list