Date: Wednesday, November 9, 2022 @ 13:48:06
  Author: felixonmars
Revision: 1346163

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-towncrier/repos/community-any/PKGBUILD
    (from rev 1346162, python-sphinxcontrib-towncrier/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-towncrier/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-09 13:47:56 UTC (rev 1346162)
+++ PKGBUILD    2022-11-09 13:48:06 UTC (rev 1346163)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-sphinxcontrib-towncrier
-pkgver=0.3.1a1
-pkgrel=1
-pkgdesc="An RST directive for injecting a Towncrier-generated changelog draft 
containing fragments for the unreleased (next) project version"
-url="https://github.com/sphinx-contrib/sphinxcontrib-towncrier";
-license=('BSD')
-arch=('any')
-depends=('python-sphinx' 'towncrier')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-setuptools-scm'
-             'python-setuptools-scm-git-archive' 'python-wheel')
-checkdepends=('python-pytest-xdist')
-source=("https://github.com/sphinx-contrib/sphinxcontrib-towncrier/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('831fa4020277222126ba793e90a8eb0b9a8a3b0278292bf86b9d8458b14f343f09604b598f0b03381281cfe89706e5bbdd99fdd525cdae699b9a0cb3a0aa4722')
-
-prepare() {
-  cd sphinxcontrib-towncrier-$pkgver
-  sed -i '/pytest_cov/d;/--cov/d' pytest.ini
-}
-
-build() {
-  cd sphinxcontrib-towncrier-$pkgver
-  python -m build -nw
-}
-
-check() {
-  cd sphinxcontrib-towncrier-$pkgver
-  PYTHONPATH="$PWD"/src pytest
-}
-
-package() {
-  cd sphinxcontrib-towncrier-$pkgver
-  python -m installer -d "$pkgdir" dist/*.whl
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-sphinxcontrib-towncrier/repos/community-any/PKGBUILD (from rev 
1346162, python-sphinxcontrib-towncrier/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-09 13:48:06 UTC (rev 1346163)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-sphinxcontrib-towncrier
+pkgver=0.3.1a2
+pkgrel=1
+pkgdesc="An RST directive for injecting a Towncrier-generated changelog draft 
containing fragments for the unreleased (next) project version"
+url="https://github.com/sphinx-contrib/sphinxcontrib-towncrier";
+license=('BSD')
+arch=('any')
+depends=('python-sphinx' 'towncrier')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-setuptools-scm'
+             'python-setuptools-scm-git-archive' 'python-wheel')
+checkdepends=('python-pytest-xdist')
+source=("https://github.com/sphinx-contrib/sphinxcontrib-towncrier/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('268bed3b475f0fa5f3546f2dfc5065b5de3c7f28b4f15d79ddad11620441403b4b1d22d249e75e08ea5543cf746949cd46639ed823c9f319d167a098f58fd991')
+
+prepare() {
+  cd sphinxcontrib-towncrier-$pkgver
+  sed -i '/pytest_cov/d;/--cov/d' pytest.ini
+}
+
+build() {
+  cd sphinxcontrib-towncrier-$pkgver
+  python -m build -nw
+}
+
+check() {
+  cd sphinxcontrib-towncrier-$pkgver
+  PYTHONPATH="$PWD"/src pytest
+}
+
+package() {
+  cd sphinxcontrib-towncrier-$pkgver
+  python -m installer -d "$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}

Reply via email to