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

Felix Yan felixonmars at archlinux.org
Mon Nov 9 15:38:06 UTC 2020


    Date: Monday, November 9, 2020 @ 15:38:05
  Author: felixonmars
Revision: 747039

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

Copied: python-serpent/repos/community-staging-any/PKGBUILD (from rev 747036, python-serpent/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-09 15:38:05 UTC (rev 747039)
@@ -0,0 +1,23 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: razer <razer at neuf.fr>
+
+pkgname=python-serpent
+pkgver=1.30.2
+pkgrel=2
+pkgdesc='Serializer for literal Python expressions'
+url='https://github.com/irmen/Serpent'
+arch=(any)
+license=(MIT)
+depends=(python)
+makedepends=(git)
+source=("git+$url#commit=60877b581069d4e592531968edd6c1468c822b0a")
+md5sums=('SKIP')
+
+package() {
+  cd Serpent
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: -u 2 anaconda.org/conda-forge/serpent
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list