Date: Sunday, October 23, 2022 @ 21:54:51
Author: mtorromeo
Revision: 1334417
archrelease: copy trunk to community-any
Added:
python-iso8601/repos/community-any/PKGBUILD
(from rev 1334416, python-iso8601/trunk/PKGBUILD)
Deleted:
python-iso8601/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-23 21:54:43 UTC (rev 1334416)
+++ PKGBUILD 2022-10-23 21:54:51 UTC (rev 1334417)
@@ -1,32 +0,0 @@
-# Maintainer: Massimiliano Torromeo <[email protected]>
-
-pkgname=python-iso8601
-_libname=iso8601
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="Simple module to parse ISO 8601 dates"
-arch=(any)
-url="https://pyiso8601.readthedocs.io/en/latest/"
-license=('MIT')
-depends=(python)
-makedepends=(python-poetry python-setuptools python-wheel python-build
python-installer)
-checkdepends=(python-pytest python-hypothesis python-pytz)
-source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
-sha256sums=('32811e7b81deee2063ea6d2e94f8819a86d1f3811e49d23623a41fa832bef03f')
-
-
-build() {
- cd "$srcdir"/iso8601-$pkgver
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd "$srcdir"/iso8601-$pkgver
- python -m pytest .
-}
-
-package() {
- cd "$srcdir"/iso8601-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -m0644 -D "LICENSE"
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: python-iso8601/repos/community-any/PKGBUILD (from rev 1334416,
python-iso8601/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-23 21:54:51 UTC (rev 1334417)
@@ -0,0 +1,32 @@
+# Maintainer: Massimiliano Torromeo <[email protected]>
+
+pkgname=python-iso8601
+_libname=iso8601
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="Simple module to parse ISO 8601 dates"
+arch=(any)
+url="https://pyiso8601.readthedocs.io/en/latest/"
+license=('MIT')
+depends=(python)
+makedepends=(python-poetry-core python-setuptools python-wheel python-build
python-installer)
+checkdepends=(python-pytest python-hypothesis python-pytz)
+source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
+sha256sums=('32811e7b81deee2063ea6d2e94f8819a86d1f3811e49d23623a41fa832bef03f')
+
+
+build() {
+ cd "$srcdir"/iso8601-$pkgver
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd "$srcdir"/iso8601-$pkgver
+ python -m pytest .
+}
+
+package() {
+ cd "$srcdir"/iso8601-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -m0644 -D "LICENSE"
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}