[arch-commits] Commit in python-pkgconfig/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Feb 17 20:49:22 UTC 2020


    Date: Monday, February 17, 2020 @ 20:49:22
  Author: arojas
Revision: 574620

archrelease: copy trunk to community-any

Added:
  python-pkgconfig/repos/community-any/PKGBUILD
    (from rev 574618, python-pkgconfig/trunk/PKGBUILD)
Deleted:
  python-pkgconfig/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   49 ++++++++++++++++++++-----------------------------
 1 file changed, 20 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-17 20:49:19 UTC (rev 574619)
+++ PKGBUILD	2020-02-17 20:49:22 UTC (rev 574620)
@@ -1,29 +0,0 @@
-# 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
-}

Copied: python-pkgconfig/repos/community-any/PKGBUILD (from rev 574618, python-pkgconfig/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-17 20:49:22 UTC (rev 574620)
@@ -0,0 +1,20 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=python-pkgconfig
+pkgver=1.5.1
+pkgrel=4
+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=('97bfe3d981bab675d5ea3ef259045d7919c93897db7d3b59d4e8593cba8d354f')
+
+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