Date: Thursday, April 6, 2023 @ 17:35:12
  Author: felixonmars
Revision: 1440025

archrelease: copy trunk to community-staging-any

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

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

Copied: python-memcached/repos/community-staging-any/PKGBUILD (from rev 
1440024, python-memcached/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2023-04-06 17:35:12 UTC (rev 1440025)
@@ -0,0 +1,25 @@
+# Maintainer: Alexander F Rødseth <[email protected]>
+# Contributor: Angel Velasquez <[email protected]>
+# Contributor: Geoffroy Carrier <[email protected]>
+# Contributor: Nathan Jones <[email protected]>
+
+pkgname=python-memcached
+pkgver=1.59
+pkgrel=11
+url='https://github.com/linsomniac/python-memcached'
+arch=('any')
+license=('PSF')
+pkgdesc='Python interface to memcached'
+depends=('python-six')
+makedepends=('git' 'python-setuptools')
+source=("git+https://github.com/linsomniac/python-memcached#tag=$pkgver";)
+sha256sums=('SKIP')
+
+package() {
+  cd 'python-memcached'
+
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# getver: 
raw.githubusercontent.com/linsomniac/python-memcached/master/ChangeLog
+# vim:set ts=2 sw=2 et:

Reply via email to