Date: Thursday, December 15, 2022 @ 14:11:07
  Author: felixonmars
Revision: 1359315

archrelease: copy trunk to community-any

Added:
  python-hatch-vcs/repos/community-any/PKGBUILD
    (from rev 1359314, python-hatch-vcs/trunk/PKGBUILD)
Deleted:
  python-hatch-vcs/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-15 14:10:58 UTC (rev 1359314)
+++ PKGBUILD    2022-12-15 14:11:07 UTC (rev 1359315)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-hatch-vcs
-pkgver=0.2.1
-pkgrel=1
-pkgdesc="Hatch plugin for versioning with your preferred VCS"
-url="https://github.com/ofek/hatch-vcs";
-license=('MIT')
-arch=('any')
-depends=('python-hatchling' 'python-setuptools-scm')
-makedepends=('python-build' 'python-installer')
-checkdepends=('python-pytest' 'git')
-source=("https://github.com/ofek/hatch-vcs/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('5e18cf15ffb75a96cdcfa0d19b15aa2c6f31f7066c78e64aef0a27d64eb69512e402027b5c45fc81c65fea1033bea404fc20ae6c0c465ba4b05229079b88be45')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd hatch-vcs-$pkgver
-  python -m build -nw
-}
-
-check() {
-  cd hatch-vcs-$pkgver
-  python -m installer --destdir=tmp_install dist/*.whl
-  SETUPTOOLS_SCM_PRETEND_VERSION= 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages" pytest
-}
-
-package() {
-  cd hatch-vcs-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-hatch-vcs/repos/community-any/PKGBUILD (from rev 1359314, 
python-hatch-vcs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-15 14:11:07 UTC (rev 1359315)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-hatch-vcs
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Hatch plugin for versioning with your preferred VCS"
+url="https://github.com/ofek/hatch-vcs";
+license=('MIT')
+arch=('any')
+depends=('python-hatchling' 'python-setuptools-scm')
+makedepends=('python-build' 'python-installer')
+checkdepends=('python-pytest' 'git')
+source=("https://github.com/ofek/hatch-vcs/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('ce22937aae8130a485ab154378f6c58c1720d66d277349a95ccfb58fd748deb69cd17d34ec3a12f3201f9e348e5d5b1c6b977432e614bb42d0e3065ec5f7f9c6')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd hatch-vcs-$pkgver
+  python -m build -nw
+}
+
+check() {
+  cd hatch-vcs-$pkgver
+  python -m installer --destdir=tmp_install dist/*.whl
+  SETUPTOOLS_SCM_PRETEND_VERSION= 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages" pytest
+}
+
+package() {
+  cd hatch-vcs-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+}

Reply via email to