Date: Monday, April 10, 2023 @ 11:30:03
Author: felixonmars
Revision: 1444046
archrelease: copy trunk to community-staging-any
Added:
python-sybil/repos/community-staging-any/PKGBUILD
(from rev 1444045, python-sybil/trunk/PKGBUILD)
Deleted:
python-sybil/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 11:29:56 UTC (rev 1444045)
+++ PKGBUILD 2023-04-10 11:30:03 UTC (rev 1444046)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-sybil
-pkgver=5.0.0
-_commit=4ef9de590e5cbb110e7434116c28818fe13024b3
-pkgrel=2
-pkgdesc='Automated testing for the examples in your documentation.'
-arch=('any')
-license=('MIT')
-url='https://github.com/cjw296/sybil'
-depends=('python')
-makedepends=('git' 'python-setuptools')
-checkdepends=('python-pytest' 'python-seedir' 'python-testfixtures')
-source=("git+https://github.com/cjw296/sybil.git#commit=$_commit")
-sha512sums=('SKIP')
-
-build() {
- cd sybil
- python setup.py build
-}
-
-check() {
- cd sybil
- python -m pytest
-}
-
-package() {
- cd sybil
- python setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-sybil/repos/community-staging-any/PKGBUILD (from rev 1444045,
python-sybil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 11:30:03 UTC (rev 1444046)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-sybil
+pkgver=5.0.0
+_commit=4ef9de590e5cbb110e7434116c28818fe13024b3
+pkgrel=3
+pkgdesc='Automated testing for the examples in your documentation.'
+arch=('any')
+license=('MIT')
+url='https://github.com/cjw296/sybil'
+depends=('python')
+makedepends=('git' 'python-setuptools')
+checkdepends=('python-pytest' 'python-seedir' 'python-testfixtures')
+source=("git+https://github.com/cjw296/sybil.git#commit=$_commit")
+sha512sums=('SKIP')
+
+build() {
+ cd sybil
+ python setup.py build
+}
+
+check() {
+ cd sybil
+ python -m pytest
+}
+
+package() {
+ cd sybil
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et: