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

Morten Linderud foxboron at gemini.archlinux.org
Tue Aug 23 18:16:32 UTC 2022


    Date: Tuesday, August 23, 2022 @ 18:16:31
  Author: foxboron
Revision: 1275759

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-23 18:16:26 UTC (rev 1275758)
+++ PKGBUILD	2022-08-23 18:16:31 UTC (rev 1275759)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=python-formencode
-_pkgname=formencode
-_pypi=FormEncode
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="A validation library for Python."
-arch=("any")
-url="http://www.formencode.org/en/latest/"
-license=("MIT")
-depends=("python")
-checkdepends=("python-pytest" "python-dnspython" "python-pycountry")
-makedepends=("python-setuptools" "python-setuptools-scm-git-archive")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/formencode/formencode/archive/$pkgver.tar.gz")
-source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pypi}-${pkgver}.tar.gz")
-sha256sums=('8f2974112c2557839d5bae8b76490104c03830785d923abbdef148bf3f710035')
-
-build() {
-  cd "${_pypi}-${pkgver}"
-  python setup.py build
-}
-
-check(){
-  cd "${_pypi}-${pkgver}"
-  python -m unittest
-}
-
-package() {
-  cd "${_pypi}-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-  install -Dm0644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}

Copied: python-formencode/repos/community-any/PKGBUILD (from rev 1275758, python-formencode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-23 18:16:31 UTC (rev 1275759)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=python-formencode
+_pkgname=formencode
+_pypi=FormEncode
+pkgver=2.0.1
+pkgrel=2
+pkgdesc="A validation library for Python."
+arch=("any")
+url="http://www.formencode.org/en/latest/"
+license=("MIT")
+depends=("python" "python-six")
+checkdepends=("python-pytest" "python-dnspython" "python-pycountry")
+makedepends=("python-setuptools" "python-setuptools-scm-git-archive")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/formencode/formencode/archive/$pkgver.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pypi}-${pkgver}.tar.gz")
+sha256sums=('8f2974112c2557839d5bae8b76490104c03830785d923abbdef148bf3f710035')
+
+build() {
+  cd "${_pypi}-${pkgver}"
+  python setup.py build
+}
+
+check(){
+  cd "${_pypi}-${pkgver}"
+  python -m unittest
+}
+
+package() {
+  cd "${_pypi}-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+  install -Dm0644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}



More information about the arch-commits mailing list