[arch-commits] Commit in python-anyjson/repos/community-staging-any (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Oct 31 18:24:37 UTC 2019
Date: Thursday, October 31, 2019 @ 18:24:36
Author: felixonmars
Revision: 521669
archrelease: copy trunk to community-staging-any
Added:
python-anyjson/repos/community-staging-any/PKGBUILD
(from rev 521667, python-anyjson/trunk/PKGBUILD)
Deleted:
python-anyjson/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 18:24:34 UTC (rev 521668)
+++ PKGBUILD 2019-10-31 18:24:36 UTC (rev 521669)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Benjamin A. Shelton <zancarius at gmail.com>
-# Contributor: p2k <Patrick.Schneider at uni-ulm.de>
-
-_pypiname=anyjson
-pkgbase=python-$_pypiname
-pkgname=("python-$_pypiname" "python2-$_pypiname")
-pkgver=0.3.3
-pkgrel=10
-pkgdesc="Wraps the best available JSON implementation available in a common interface"
-arch=(any)
-url="https://pypi.python.org/pypi/$_pypiname"
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://files.pythonhosted.org/packages/source/a/$_pypiname/$_pypiname-${pkgver}.tar.gz")
-md5sums=('2ea28d6ec311aeeebaf993cb3008b27c')
-
-prepare() {
- cp -a "$_pypiname-${pkgver}" "python2-$_pypiname-${pkgver}"
-}
-
-package_python-anyjson() {
- depends=('python')
-
- cd "$_pypiname-${pkgver}"
- python setup.py install --root="${pkgdir}/" --optimize=1
-
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-anyjson() {
- depends=('python2')
-
- cd "python2-$_pypiname-${pkgver}"
- python2 setup.py install --root="${pkgdir}/" --optimize=1
-
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: python-anyjson/repos/community-staging-any/PKGBUILD (from rev 521667, python-anyjson/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-31 18:24:36 UTC (rev 521669)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Benjamin A. Shelton <zancarius at gmail.com>
+# Contributor: p2k <Patrick.Schneider at uni-ulm.de>
+
+_pypiname=anyjson
+pkgbase=python-$_pypiname
+pkgname=("python-$_pypiname" "python2-$_pypiname")
+pkgver=0.3.3
+pkgrel=11
+pkgdesc="Wraps the best available JSON implementation available in a common interface"
+arch=(any)
+url="https://pypi.python.org/pypi/$_pypiname"
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://files.pythonhosted.org/packages/source/a/$_pypiname/$_pypiname-${pkgver}.tar.gz")
+md5sums=('2ea28d6ec311aeeebaf993cb3008b27c')
+
+prepare() {
+ cp -a "$_pypiname-${pkgver}" "python2-$_pypiname-${pkgver}"
+}
+
+package_python-anyjson() {
+ depends=('python')
+
+ cd "$_pypiname-${pkgver}"
+ python setup.py install --root="${pkgdir}/" --optimize=1
+
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-anyjson() {
+ depends=('python2')
+
+ cd "python2-$_pypiname-${pkgver}"
+ python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
More information about the arch-commits
mailing list