[arch-commits] Commit in python-precis_i18n/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Jul 28 22:20:30 UTC 2022


    Date: Thursday, July 28, 2022 @ 22:20:30
  Author: arojas
Revision: 1259046

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-28 22:20:21 UTC (rev 1259045)
+++ PKGBUILD	2022-07-28 22:20:30 UTC (rev 1259046)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-_pkgname=precis_i18n
-pkgname=python-precis_i18n
-pkgver=1.0.3
-pkgrel=4
-pkgdesc='PRECIS framework (RFC 8264, RFC 8265, RFC 8266)'
-url='https://github.com/byllyfish/precis_i18n'
-arch=('any')
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('2b7fe3d06969ae1eb4c8005ad2b2cdc3f8eb81d586317ca428767c9df2906d19c7a228e26ed8bb1ba70e76e36810d2e5e86cf7aebc1103f31de616a33800e67c')
-b2sums=('33b737940fa09fb14190a6ce386f590acb8b89831fd4ddc6562b0b34204ed08e4cb677dc7e65c63aaf827637ed3ba4cade700769df1983e17840ae03d0e9d7f1')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst CHANGELOG.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-precis_i18n/repos/community-any/PKGBUILD (from rev 1259045, python-precis_i18n/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-28 22:20:30 UTC (rev 1259046)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+_pkgname=precis_i18n
+pkgname=python-precis_i18n
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='PRECIS framework (RFC 8264, RFC 8265, RFC 8266)'
+url='https://github.com/byllyfish/precis_i18n'
+arch=('any')
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('eb4940f4a1c138381c7525b9374c27893fc671c2449da6ee5eb98df83489e50f8e6db7c9fe32e82aeadc9d1df1a3c2902462640ff5a32b3ac0221227959a8e3c')
+b2sums=('f4daaf4340b9ece365382362e3784282adf06b2cb1218ce7e4702bd104d85d5db84899fe0f929dad7bc18289bacf2c46646f8a3f4fb4337c20dbbb85682e36ce')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst CHANGELOG.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list