[arch-commits] Commit in python-pkgconfig/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Oct 31 17:03:14 UTC 2019
Date: Thursday, October 31, 2019 @ 17:03:14
Author: foutrelis
Revision: 521242
archrelease: copy trunk to community-staging-any
Added:
python-pkgconfig/repos/community-staging-any/PKGBUILD
(from rev 521240, python-pkgconfig/trunk/PKGBUILD)
Deleted:
python-pkgconfig/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 17:03:14 UTC (rev 521241)
+++ PKGBUILD 2019-10-31 17:03:14 UTC (rev 521242)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgbase=python-pkgconfig
-pkgname=(python2-pkgconfig python-pkgconfig)
-pkgver=1.5.1
-pkgrel=2
-pkgdesc="Python module to interface with the pkg-config command line tool"
-arch=(any)
-url="https://github.com/matze/pkgconfig"
-license=(MIT)
-makedepends=(python-setuptools python2-setuptools)
-source=("https://pypi.io/packages/source/p/pkgconfig/pkgconfig-$pkgver.tar.gz")
-sha256sums=('97bfe3d981bab675d5ea3ef259045d7919c93897db7d3b59d4e8593cba8d354f')
-
-package_python2-pkgconfig() {
- depends=(python2)
- cd pkgconfig-$pkgver
-
- python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-pkgconfig() {
- depends=(python)
- cd pkgconfig-$pkgver
-
- python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: python-pkgconfig/repos/community-staging-any/PKGBUILD (from rev 521240, python-pkgconfig/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-31 17:03:14 UTC (rev 521242)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgbase=python-pkgconfig
+pkgname=(python2-pkgconfig python-pkgconfig)
+pkgver=1.5.1
+pkgrel=3
+pkgdesc="Python module to interface with the pkg-config command line tool"
+arch=(any)
+url="https://github.com/matze/pkgconfig"
+license=(MIT)
+makedepends=(python-setuptools python2-setuptools)
+source=("https://pypi.io/packages/source/p/pkgconfig/pkgconfig-$pkgver.tar.gz")
+sha256sums=('97bfe3d981bab675d5ea3ef259045d7919c93897db7d3b59d4e8593cba8d354f')
+
+package_python2-pkgconfig() {
+ depends=(python2)
+ cd pkgconfig-$pkgver
+
+ python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-pkgconfig() {
+ depends=(python)
+ cd pkgconfig-$pkgver
+
+ python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list