[arch-commits] Commit in python-frozendict/repos/community-staging-any (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Oct 31 18:21:26 UTC 2019
Date: Thursday, October 31, 2019 @ 18:21:25
Author: felixonmars
Revision: 521662
archrelease: copy trunk to community-staging-any
Added:
python-frozendict/repos/community-staging-any/PKGBUILD
(from rev 521661, python-frozendict/trunk/PKGBUILD)
Deleted:
python-frozendict/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 102 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 51 insertions(+), 51 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 18:21:14 UTC (rev 521661)
+++ PKGBUILD 2019-10-31 18:21:25 UTC (rev 521662)
@@ -1,51 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
-
-pkgbase=python-frozendict
-pkgname=(python-frozendict python2-frozendict)
-pkgver=1.2
-pkgrel=4
-
-pkgdesc='An immutable dictionary'
-url='https://pypi.python.org/pypi/frozendict/'
-arch=('any')
-license=('MIT')
-
-makedepends=('python-setuptools'
- 'python2-setuptools')
-
-source=("https://pypi.org/packages/source/f/frozendict/frozendict-$pkgver.tar.gz")
-
-md5sums=('483ce6ddfe68ca197bc123aaafebf9ab')
-
-prepare() {
- cp -a frozendict-$pkgver{,-python2}
-}
-
-build() {
- cd "$srcdir"/frozendict-$pkgver
- python setup.py build
-
- cd "$srcdir"/frozendict-$pkgver-python2
- python2 setup.py build
-}
-
-package_python-frozendict() {
- depends=('python' 'python-setuptools')
-
- cd frozendict-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
- install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-package_python2-frozendict() {
- depends=('python2' 'python2-setuptools')
-
- cd frozendict-$pkgver-python2
- python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
- install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :
Copied: python-frozendict/repos/community-staging-any/PKGBUILD (from rev 521661, python-frozendict/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-31 18:21:25 UTC (rev 521662)
@@ -0,0 +1,51 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
+
+pkgbase=python-frozendict
+pkgname=(python-frozendict python2-frozendict)
+pkgver=1.2
+pkgrel=5
+
+pkgdesc='An immutable dictionary'
+url='https://pypi.python.org/pypi/frozendict/'
+arch=('any')
+license=('MIT')
+
+makedepends=('python-setuptools'
+ 'python2-setuptools')
+
+source=("https://pypi.org/packages/source/f/frozendict/frozendict-$pkgver.tar.gz")
+
+md5sums=('483ce6ddfe68ca197bc123aaafebf9ab')
+
+prepare() {
+ cp -a frozendict-$pkgver{,-python2}
+}
+
+build() {
+ cd "$srcdir"/frozendict-$pkgver
+ python setup.py build
+
+ cd "$srcdir"/frozendict-$pkgver-python2
+ python2 setup.py build
+}
+
+package_python-frozendict() {
+ depends=('python' 'python-setuptools')
+
+ cd frozendict-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+ install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-frozendict() {
+ depends=('python2' 'python2-setuptools')
+
+ cd frozendict-$pkgver-python2
+ python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+ install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :
More information about the arch-commits
mailing list