[arch-commits] Commit in python-parse-type/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 11:58:26 UTC 2021


    Date: Thursday, December 2, 2021 @ 11:58:26
  Author: felixonmars
Revision: 1061637

archrelease: copy trunk to community-staging-any

Added:
  python-parse-type/repos/community-staging-any/PKGBUILD
    (from rev 1061634, python-parse-type/trunk/PKGBUILD)
Deleted:
  python-parse-type/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 11:58:25 UTC (rev 1061636)
+++ PKGBUILD	2021-12-02 11:58:26 UTC (rev 1061637)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-parse-type
-pkgver=0.5.6
-pkgrel=2
-pkgdesc="Simplifies to build parse types based on the parse module"
-url="https://github.com/jenisys/parse_type"
-license=('BSD')
-arch=('any')
-depends=('python-parse' 'python-six')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-html')
-source=("https://github.com/jenisys/parse_type/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('6729af4383baceea48cf0bbd73e7e3f580cfbb867965814ba354ea5de6794583782c929557f6f1c7f8bd45703a69b2f890455cfd749690f851f1853562da0c40')
-
-build() {
-  cd parse_type-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd parse_type-$pkgver
-  pytest
-}
-
-package() {
-  cd parse_type-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-parse-type/repos/community-staging-any/PKGBUILD (from rev 1061634, python-parse-type/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 11:58:26 UTC (rev 1061637)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-parse-type
+pkgver=0.5.6
+pkgrel=3
+pkgdesc="Simplifies to build parse types based on the parse module"
+url="https://github.com/jenisys/parse_type"
+license=('BSD')
+arch=('any')
+depends=('python-parse' 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-html')
+source=("https://github.com/jenisys/parse_type/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('6729af4383baceea48cf0bbd73e7e3f580cfbb867965814ba354ea5de6794583782c929557f6f1c7f8bd45703a69b2f890455cfd749690f851f1853562da0c40')
+
+build() {
+  cd parse_type-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd parse_type-$pkgver
+  pytest
+}
+
+package() {
+  cd parse_type-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list