Date: Wednesday, December 21, 2022 @ 22:06:56
Author: felixonmars
Revision: 1364963
archrelease: copy trunk to community-any
Added:
towncrier/repos/community-any/PKGBUILD
(from rev 1364962, towncrier/trunk/PKGBUILD)
Deleted:
towncrier/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-21 22:06:44 UTC (rev 1364962)
+++ PKGBUILD 2022-12-21 22:06:56 UTC (rev 1364963)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=towncrier
-pkgver=22.8.0
-pkgrel=1
-pkgdesc="Utility to produce useful, summarised news files for your project"
-arch=('any')
-url="https://github.com/hawkowl/towncrier"
-license=('MIT')
-depends=('python-click' 'python-click-default-group' 'python-incremental'
'python-jinja'
- 'python-setuptools' 'python-tomli')
-checkdepends=('git' 'python-twisted')
-source=("https://pypi.io/packages/source/t/towncrier/towncrier-$pkgver.tar.gz")
-sha512sums=('addaf9b39052cafbfebbe33497cf76c516620bfd030080fce7347bc3c1b80d728d0116f2f8a2a123979fbbaed91117514ef8fae21f3c145b7553887ea96aa031')
-
-build() {
- cd towncrier-$pkgver
- python setup.py build
-}
-
-check() {
- cd towncrier-$pkgver
- python setup.py install --root="$PWD/tmp_install" --optimize=1
- PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages"
PATH="$PWD/tmp_install/usr/bin:$PATH" trial towncrier
-}
-
-package() {
- cd towncrier-$pkgver
- python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:
Copied: towncrier/repos/community-any/PKGBUILD (from rev 1364962,
towncrier/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-21 22:06:56 UTC (rev 1364963)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=towncrier
+pkgver=22.12.0
+pkgrel=1
+pkgdesc="Utility to produce useful, summarised news files for your project"
+arch=('any')
+url="https://github.com/hawkowl/towncrier"
+license=('MIT')
+depends=('python-click' 'python-click-default-group' 'python-incremental'
'python-jinja'
+ 'python-setuptools' 'python-tomli')
+checkdepends=('git' 'python-twisted')
+source=("https://pypi.io/packages/source/t/towncrier/towncrier-$pkgver.tar.gz")
+sha512sums=('af602610ddf77ad2d241347bd59ac915637123b65aa9da41197674ea338f8d7c86d1faa59e58e8675286c44ea266915896041bf6e16c3e920e40ca85cf04e52d')
+
+build() {
+ cd towncrier-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd towncrier-$pkgver
+ python setup.py install --root="$PWD/tmp_install" --optimize=1
+ PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages"
PATH="$PWD/tmp_install/usr/bin:$PATH" trial towncrier
+}
+
+package() {
+ cd towncrier-$pkgver
+ python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et: