[arch-commits] Commit in python-pkgconfig/repos/community-staging-any (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Wed Dec 1 21:36:37 UTC 2021
Date: Wednesday, December 1, 2021 @ 21:36:37
Author: felixonmars
Revision: 1060884
archrelease: copy trunk to community-staging-any
Added:
python-pkgconfig/repos/community-staging-any/PKGBUILD
(from rev 1060880, python-pkgconfig/trunk/PKGBUILD)
Deleted:
python-pkgconfig/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-01 21:36:36 UTC (rev 1060883)
+++ PKGBUILD 2021-12-01 21:36:37 UTC (rev 1060884)
@@ -1,20 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=python-pkgconfig
-pkgver=1.5.5
-pkgrel=2
-pkgdesc='Python module to interface with the pkg-config command line tool'
-arch=(any)
-url='https://github.com/matze/pkgconfig'
-license=(MIT)
-depends=(python)
-makedepends=(python-setuptools)
-source=(https://pypi.io/packages/source/p/pkgconfig/pkgconfig-$pkgver.tar.gz)
-sha256sums=('deb4163ef11f75b520d822d9505c1f462761b4309b1bb713d08689759ea8b899')
-
-package() {
- 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 1060880, python-pkgconfig/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-01 21:36:37 UTC (rev 1060884)
@@ -0,0 +1,20 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=python-pkgconfig
+pkgver=1.5.5
+pkgrel=3
+pkgdesc='Python module to interface with the pkg-config command line tool'
+arch=(any)
+url='https://github.com/matze/pkgconfig'
+license=(MIT)
+depends=(python)
+makedepends=(python-setuptools)
+source=(https://pypi.io/packages/source/p/pkgconfig/pkgconfig-$pkgver.tar.gz)
+sha256sums=('deb4163ef11f75b520d822d9505c1f462761b4309b1bb713d08689759ea8b899')
+
+package() {
+ 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