Date: Sunday, November 13, 2022 @ 21:34:08
  Author: felixonmars
Revision: 1347418

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-towncrier/repos/community-any/PKGBUILD
    (from rev 1347417, 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-13 21:33:57 UTC (rev 1347417)
+++ PKGBUILD    2022-11-13 21:34:08 UTC (rev 1347418)
@@ -1,36 +0,0 @@
-# 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/
-}

Copied: python-sphinxcontrib-towncrier/repos/community-any/PKGBUILD (from rev 
1347417, python-sphinxcontrib-towncrier/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-13 21:34:08 UTC (rev 1347418)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-sphinxcontrib-towncrier
+pkgver=0.3.1a3
+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=('37276dfe7c662aa2cd1e69ec0008faec9b7126718cb3147b6f5a87d90b23be97272c327c16ce2a4829184fb1e7f58e6c5ed293d4b924a15d418f4e6275adf411')
+
+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