Date: Thursday, March 30, 2023 @ 03:19:06
  Author: felixonmars
Revision: 1430321

archrelease: copy trunk to community-any

Added:
  python-sybil/repos/community-any/PKGBUILD
    (from rev 1430320, python-sybil/trunk/PKGBUILD)
Deleted:
  python-sybil/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-30 03:18:57 UTC (rev 1430320)
+++ PKGBUILD    2023-03-30 03:19:06 UTC (rev 1430321)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-sybil
-pkgver=4.0.1
-_commit=7c191a9cb701b73a7dfdbacb94851313f2ebcb20
-pkgrel=1
-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-any/PKGBUILD (from rev 1430320, 
python-sybil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-30 03:19:06 UTC (rev 1430321)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-sybil
+pkgver=5.0.0
+_commit=4ef9de590e5cbb110e7434116c28818fe13024b3
+pkgrel=1
+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:

Reply via email to