Date: Monday, April 10, 2023 @ 12:12:14
  Author: felixonmars
Revision: 1444208

archrelease: copy trunk to community-staging-any

Added:
  python-hatch-fancy-pypi-readme/repos/community-staging-any/PKGBUILD
    (from rev 1444207, python-hatch-fancy-pypi-readme/trunk/PKGBUILD)
Deleted:
  python-hatch-fancy-pypi-readme/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 12:12:04 UTC (rev 1444207)
+++ PKGBUILD    2023-04-10 12:12:14 UTC (rev 1444208)
@@ -1,31 +0,0 @@
-# Maintainer:
-
-pkgname=python-hatch-fancy-pypi-readme
-pkgver=22.8.0
-pkgrel=2
-pkgdesc='Fancy PyPI READMEs with Hatch'
-arch=(any)
-url='https://github.com/hynek/hatch-fancy-pypi-readme'
-license=(MIT)
-depends=(python-hatchling)
-makedepends=(python-build python-installer)
-checkdepends=(python-pytest python-wheel)
-source=(https://github.com/hynek/hatch-fancy-pypi-readme/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('4563ec6793d10b076f6f2e5a4ab576b6005ac0ed15b5ed108b62901e82880685')
-
-build() {
-  cd hatch-fancy-pypi-readme-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd hatch-fancy-pypi-readme-$pkgver
-  PYTHONPATH="$PWD"/src \
-  pytest -v
-}
-
-package() {
-  cd hatch-fancy-pypi-readme-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-hatch-fancy-pypi-readme/repos/community-staging-any/PKGBUILD 
(from rev 1444207, python-hatch-fancy-pypi-readme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-10 12:12:14 UTC (rev 1444208)
@@ -0,0 +1,31 @@
+# Maintainer:
+
+pkgname=python-hatch-fancy-pypi-readme
+pkgver=22.8.0
+pkgrel=3
+pkgdesc='Fancy PyPI READMEs with Hatch'
+arch=(any)
+url='https://github.com/hynek/hatch-fancy-pypi-readme'
+license=(MIT)
+depends=(python-hatchling)
+makedepends=(python-build python-installer)
+checkdepends=(python-pytest python-wheel)
+source=(https://github.com/hynek/hatch-fancy-pypi-readme/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('4563ec6793d10b076f6f2e5a4ab576b6005ac0ed15b5ed108b62901e82880685')
+
+build() {
+  cd hatch-fancy-pypi-readme-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd hatch-fancy-pypi-readme-$pkgver
+  PYTHONPATH="$PWD"/src \
+  pytest -v
+}
+
+package() {
+  cd hatch-fancy-pypi-readme-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Reply via email to