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

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 12:07:39 UTC 2021


    Date: Thursday, December 2, 2021 @ 12:07:38
  Author: foutrelis
Revision: 1061877

archrelease: copy trunk to community-staging-any

Added:
  python-debian/repos/community-staging-any/PKGBUILD
    (from rev 1061876, python-debian/trunk/PKGBUILD)
Deleted:
  python-debian/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 12:07:35 UTC (rev 1061876)
+++ PKGBUILD	2021-12-02 12:07:38 UTC (rev 1061877)
@@ -1,33 +0,0 @@
-# Maintainer: George Rawlinson <grawlinson at archlinux.org>
-# Contributor: Justin Vreeland <vreeland.justin at gmail.com>
-# Contributor: Mike Javorski (javmorin) <mike.javorski gmail com>
-# Contributor: Johannes Dewender   arch at JonnyJD dot net
-
-pkgname=python-debian
-pkgver=0.1.42
-pkgrel=2
-pkgdesc='Python module to work with Debian-related data formats'
-arch=('any')
-url='https://salsa.debian.org/python-debian-team/python-debian'
-license=('GPL')
-depends=('python-chardet' 'python-six')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('b7f27dda52f110006c0397144ba725194d14947d78484e4846a9a2d1edb75b134aca409db3452cffbffbb8f592b3ba4eaf5d4c7531896b7cb8999fe0174b29fd')
-b2sums=('f2fa589462c17a41118f0f3408b62af0dd171ad25f537b1f8b7110e75f0924ac5c46cddd43a3a8521bff4f0de9f76fcd614081321a971c2953c6c598ddd43187')
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  rm lib/debian/tests/test_deb{822,file}.py # remove failing tests .. for now
-  python -m unittest discover --verbose lib/
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-debian/repos/community-staging-any/PKGBUILD (from rev 1061876, python-debian/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 12:07:38 UTC (rev 1061877)
@@ -0,0 +1,33 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+# Contributor: Justin Vreeland <vreeland.justin at gmail.com>
+# Contributor: Mike Javorski (javmorin) <mike.javorski gmail com>
+# Contributor: Johannes Dewender   arch at JonnyJD dot net
+
+pkgname=python-debian
+pkgver=0.1.42
+pkgrel=3
+pkgdesc='Python module to work with Debian-related data formats'
+arch=('any')
+url='https://salsa.debian.org/python-debian-team/python-debian'
+license=('GPL')
+depends=('python-chardet' 'python-six')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('b7f27dda52f110006c0397144ba725194d14947d78484e4846a9a2d1edb75b134aca409db3452cffbffbb8f592b3ba4eaf5d4c7531896b7cb8999fe0174b29fd')
+b2sums=('f2fa589462c17a41118f0f3408b62af0dd171ad25f537b1f8b7110e75f0924ac5c46cddd43a3a8521bff4f0de9f76fcd614081321a971c2953c6c598ddd43187')
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  rm lib/debian/tests/test_deb{822,file}.py # remove failing tests .. for now
+  python -m unittest discover --verbose lib/
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list