Date: Monday, April 10, 2023 @ 12:16:42
Author: felixonmars
Revision: 1444235
archrelease: copy trunk to community-staging-any
Added:
python-iniconfig/repos/community-staging-any/PKGBUILD
(from rev 1444234, python-iniconfig/trunk/PKGBUILD)
Deleted:
python-iniconfig/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 12:16:37 UTC (rev 1444234)
+++ PKGBUILD 2023-04-10 12:16:42 UTC (rev 1444235)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-iniconfig
-pkgver=2.0.0
-_commit=93f5930e668c0d1ddf4597e38dd0dea4e2665e7a
-pkgrel=3
-pkgdesc="brain-dead simple config-ini parsing"
-url="https://github.com/RonnyPfannschmidt/iniconfig"
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('git' 'python-build' 'python-installer' 'python-hatchling'
'python-hatch-vcs')
-checkdepends=('python-pytest')
-source=("git+https://github.com/RonnyPfannschmidt/iniconfig.git#commit=$_commit")
-sha512sums=('SKIP')
-
-build() {
- cd iniconfig
- python -m build -nw
-}
-
-check() {
- cd iniconfig
- PYTHONPATH="$PWD/src" pytest
-}
-
-package() {
- cd iniconfig
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
Copied: python-iniconfig/repos/community-staging-any/PKGBUILD (from rev
1444234, python-iniconfig/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 12:16:42 UTC (rev 1444235)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-iniconfig
+pkgver=2.0.0
+_commit=93f5930e668c0d1ddf4597e38dd0dea4e2665e7a
+pkgrel=4
+pkgdesc="brain-dead simple config-ini parsing"
+url="https://github.com/RonnyPfannschmidt/iniconfig"
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('git' 'python-build' 'python-installer' 'python-hatchling'
'python-hatch-vcs')
+checkdepends=('python-pytest')
+source=("git+https://github.com/RonnyPfannschmidt/iniconfig.git#commit=$_commit")
+sha512sums=('SKIP')
+
+build() {
+ cd iniconfig
+ python -m build -nw
+}
+
+check() {
+ cd iniconfig
+ PYTHONPATH="$PWD/src" pytest
+}
+
+package() {
+ cd iniconfig
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}