[arch-commits] Commit in python-memcached/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 18:09:26 UTC 2020
Date: Thursday, November 12, 2020 @ 18:09:26
Author: foutrelis
Revision: 752961
archrelease: copy trunk to community-staging-any
Added:
python-memcached/repos/community-staging-any/PKGBUILD
(from rev 752959, python-memcached/trunk/PKGBUILD)
Deleted:
python-memcached/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 18:09:25 UTC (rev 752960)
+++ PKGBUILD 2020-11-12 18:09:26 UTC (rev 752961)
@@ -1,25 +0,0 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
-# Contributor: Nathan Jones <nathanj at insightbb.com>
-
-pkgname=python-memcached
-pkgver=1.59
-pkgrel=6
-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://github.com/linsomniac/python-memcached#tag=$pkgver")
-md5sums=('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:
Copied: python-memcached/repos/community-staging-any/PKGBUILD (from rev 752959, python-memcached/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 18:09:26 UTC (rev 752961)
@@ -0,0 +1,25 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
+# Contributor: Nathan Jones <nathanj at insightbb.com>
+
+pkgname=python-memcached
+pkgver=1.59
+pkgrel=7
+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://github.com/linsomniac/python-memcached#tag=$pkgver")
+md5sums=('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:
More information about the arch-commits
mailing list