[arch-commits] Commit in python-sphinxcontrib-seqdiag/repos/community-staging-any (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Dec 3 01:29:42 UTC 2021
Date: Friday, December 3, 2021 @ 01:29:42
Author: felixonmars
Revision: 1064671
archrelease: copy trunk to community-staging-any
Added:
python-sphinxcontrib-seqdiag/repos/community-staging-any/PKGBUILD
(from rev 1064667, python-sphinxcontrib-seqdiag/trunk/PKGBUILD)
Deleted:
python-sphinxcontrib-seqdiag/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-03 01:29:41 UTC (rev 1064670)
+++ PKGBUILD 2021-12-03 01:29:42 UTC (rev 1064671)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-sphinxcontrib-seqdiag
-pkgver=2.0.0
-pkgrel=4
-pkgdesc="A sphinx extension for embedding sequence diagram using seqdiag"
-url="https://github.com/blockdiag/sphinxcontrib-seqdiag"
-license=('BSD')
-arch=('any')
-depends=('blockdiag' 'seqdiag' 'python-sphinx')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-mock' 'python-reportlab' 'python-sphinx-testing')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/blockdiag/sphinxcontrib-seqdiag/archive/$pkgver.tar.gz")
-sha512sums=('c75ab1239ebbe3a16ade03de9bffcf7d4d2247f19745bc8f2d9fb9ea5c7f73befe19ed7249688e26d78827bdb5b53b8ac8157c4032cd3e904f539a70de11a4f6')
-
-build() {
- cd sphinxcontrib-seqdiag-$pkgver
- python setup.py build
-}
-
-check() {
- cd sphinxcontrib-seqdiag-$pkgver
- python setup.py nosetests
-}
-
-package() {
- cd sphinxcontrib-seqdiag-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: python-sphinxcontrib-seqdiag/repos/community-staging-any/PKGBUILD (from rev 1064667, python-sphinxcontrib-seqdiag/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-03 01:29:42 UTC (rev 1064671)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-sphinxcontrib-seqdiag
+pkgver=2.0.0
+pkgrel=5
+pkgdesc="A sphinx extension for embedding sequence diagram using seqdiag"
+url="https://github.com/blockdiag/sphinxcontrib-seqdiag"
+license=('BSD')
+arch=('any')
+depends=('blockdiag' 'seqdiag' 'python-sphinx')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-mock' 'python-reportlab' 'python-sphinx-testing')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/blockdiag/sphinxcontrib-seqdiag/archive/$pkgver.tar.gz")
+sha512sums=('c75ab1239ebbe3a16ade03de9bffcf7d4d2247f19745bc8f2d9fb9ea5c7f73befe19ed7249688e26d78827bdb5b53b8ac8157c4032cd3e904f539a70de11a4f6')
+
+build() {
+ cd sphinxcontrib-seqdiag-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd sphinxcontrib-seqdiag-$pkgver
+ python setup.py nosetests
+}
+
+package() {
+ cd sphinxcontrib-seqdiag-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list