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

Felix Yan felixonmars at gemini.archlinux.org
Fri Jan 21 20:21:05 UTC 2022


    Date: Friday, January 21, 2022 @ 20:21:05
  Author: felixonmars
Revision: 1112594

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-21 20:21:01 UTC (rev 1112593)
+++ PKGBUILD	2022-01-21 20:21:05 UTC (rev 1112594)
@@ -1,31 +0,0 @@
-# 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/
-}

Copied: python-parse-type/repos/community-any/PKGBUILD (from rev 1112593, python-parse-type/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-21 20:21:05 UTC (rev 1112594)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-parse-type
+pkgver=0.6.0
+pkgrel=1
+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=('ace12b013306d5d330ffecca2f929667169da24b6593f86c13820ff34628fb00ef045c37f5c8b6ddc1094d5a8ed6fb929918871b1d0493ef6719d2bb3d2293de')
+
+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