Date: Friday, May 12, 2023 @ 01:07:16
  Author: grawlinson
Revision: 1460035

archrelease: copy trunk to community-any

Added:
  python-hatch-requirements-txt/repos/community-any/PKGBUILD
    (from rev 1460034, python-hatch-requirements-txt/trunk/PKGBUILD)
Deleted:
  python-hatch-requirements-txt/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   86 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 45 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-12 01:06:02 UTC (rev 1460034)
+++ PKGBUILD    2023-05-12 01:07:16 UTC (rev 1460035)
@@ -1,41 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-
-pkgname=python-hatch-requirements-txt
-pkgver=0.3.0
-pkgrel=2
-pkgdesc='Hatchling plugin to read project dependencies from requirements.txt'
-arch=('any')
-url='https://github.com/repo-helper/hatch-requirements-txt'
-license=('MIT')
-depends=('python' 'python-hatchling')
-makedepends=(
-  'git'
-  'python-build'
-  'python-installer'
-)
-#checkdepends=('')
-#optdepends=('')
-_commit='614cbe6febbbcac34f5ad3654deb420abe28a478'
-source=("$pkgname::git+$url#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd "$pkgname"
-
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  cd "$pkgname"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}

Copied: python-hatch-requirements-txt/repos/community-any/PKGBUILD (from rev 
1460034, python-hatch-requirements-txt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-12 01:07:16 UTC (rev 1460035)
@@ -0,0 +1,45 @@
+# Maintainer: George Rawlinson <[email protected]>
+
+pkgname=python-hatch-requirements-txt
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='Hatchling plugin to read project dependencies from requirements.txt'
+arch=('any')
+url='https://github.com/repo-helper/hatch-requirements-txt'
+license=('MIT')
+depends=(
+  'python'
+  'python-hatchling'
+  'python-packaging'
+)
+makedepends=(
+  'git'
+  'python-build'
+  'python-installer'
+)
+#checkdepends=('')
+#optdepends=('')
+_commit='9a219c45e66c9083c8a657e15f37f113fe8d8269'
+source=("$pkgname::git+$url#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd "$pkgname"
+
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd "$pkgname"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}

Reply via email to