[arch-commits] Commit in python-serpent/repos/community-any (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at gemini.archlinux.org
Thu Aug 4 10:57:26 UTC 2022


    Date: Thursday, August 4, 2022 @ 10:57:26
  Author: arodseth
Revision: 1260250

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-04 10:57:20 UTC (rev 1260249)
+++ PKGBUILD	2022-08-04 10:57:26 UTC (rev 1260250)
@@ -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=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"
-}

Copied: python-serpent/repos/community-any/PKGBUILD (from rev 1260249, python-serpent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-04 10:57:26 UTC (rev 1260250)
@@ -0,0 +1,26 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: razer <razer at neuf.fr>
+
+pkgname=python-serpent
+pkgver=1.41
+pkgrel=1
+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=83d06d779c05e259bf1e020aca9b850d3c6f010b") # tag: serpent-1.41
+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