[arch-commits] Commit in python-sphinxcontrib-log-cabinet/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 15:17:53 UTC 2021


    Date: Thursday, December 2, 2021 @ 15:17:53
  Author: felixonmars
Revision: 1061982

archrelease: copy trunk to community-staging-any

Added:
  python-sphinxcontrib-log-cabinet/repos/community-staging-any/PKGBUILD
    (from rev 1061980, python-sphinxcontrib-log-cabinet/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-log-cabinet/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 15:17:51 UTC (rev 1061981)
+++ PKGBUILD	2021-12-02 15:17:53 UTC (rev 1061982)
@@ -1,28 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-_pyname=sphinxcontrib-log-cabinet
-pkgname=python-${_pyname}
-pkgver=1.0.1
-pkgrel=2
-pkgdesc='Organize changelog directives in Sphinx docs'
-url='https://github.com/davidism/sphinxcontrib-log-cabinet'
-arch=('any')
-license=('BSD')
-depends=('python' 'python-sphinx' 'python-setuptools')
-source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('1f8c6a0b2c7432b42eb07246f5034b93724b90b6e2a5de3f77c3e72c6e928e150373b1abb553d601c4820fefe8b0dd72d1301fdd82366528c45ae3a158adb97d')
-b2sums=('5df31c73590ebebd7c51cd0234e90f27d2034a0edd24cb4a3da875199e9357071b8adb63643c920cd185384e474fc0480b0943d4ac07b398d8ff4835571200a5')
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 CHANGES.rst README.rst  -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-sphinxcontrib-log-cabinet/repos/community-staging-any/PKGBUILD (from rev 1061980, python-sphinxcontrib-log-cabinet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 15:17:53 UTC (rev 1061982)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+_pyname=sphinxcontrib-log-cabinet
+pkgname=python-${_pyname}
+pkgver=1.0.1
+pkgrel=3
+pkgdesc='Organize changelog directives in Sphinx docs'
+url='https://github.com/davidism/sphinxcontrib-log-cabinet'
+arch=('any')
+license=('BSD')
+depends=('python' 'python-sphinx' 'python-setuptools')
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('1f8c6a0b2c7432b42eb07246f5034b93724b90b6e2a5de3f77c3e72c6e928e150373b1abb553d601c4820fefe8b0dd72d1301fdd82366528c45ae3a158adb97d')
+b2sums=('5df31c73590ebebd7c51cd0234e90f27d2034a0edd24cb4a3da875199e9357071b8adb63643c920cd185384e474fc0480b0943d4ac07b398d8ff4835571200a5')
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 CHANGES.rst README.rst  -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list