Date: Monday, November 7, 2022 @ 12:35:10
  Author: felixonmars
Revision: 1345798

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-towncrier/repos/community-any/PKGBUILD
    (from rev 1345797, 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-07 12:34:55 UTC (rev 1345797)
+++ PKGBUILD    2022-11-07 12:35:10 UTC (rev 1345798)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-sphinxcontrib-towncrier
-pkgver=0.3.1a0
-pkgrel=2
-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=('4aad34852b3d8b4bcb3603aeefce4fdb1b908baab358031639430c3c63fc3728817bfa8d5b71b79e6df79efc1a75ebde62089c3eed4956869d16133ce6657ad7')
-
-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 
1345797, python-sphinxcontrib-towncrier/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-07 12:35:10 UTC (rev 1345798)
@@ -0,0 +1,36 @@
+# 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/
+}

Reply via email to