[arch-commits] Commit in python-wtforms/repos/community-staging-any (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 10:05:49 UTC 2020
Date: Thursday, November 12, 2020 @ 10:05:49
Author: felixonmars
Revision: 751396
archrelease: copy trunk to community-staging-any
Added:
python-wtforms/repos/community-staging-any/PKGBUILD
(from rev 751392, python-wtforms/trunk/PKGBUILD)
Deleted:
python-wtforms/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 10:05:42 UTC (rev 751395)
+++ PKGBUILD 2020-11-12 10:05:49 UTC (rev 751396)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: nblock <nblock [/at\] archlinux DOT us>
-# Contributor: neithere <neithere at gmail>
-# Contributor: mitsuse <mitsuse at gmail>
-
-_pyname=wtforms
-pkgname=python-wtforms
-pkgver=2.2.1
-pkgrel=8
-pkgdesc='Flexible forms validation and rendering library for python web development'
-url='https://wtforms.readthedocs.io/'
-arch=('any')
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools' 'python-babel' 'python-sphinx')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wtforms/wtforms/archive/${pkgver}.tar.gz)
-sha512sums=('db989ff5352d6834fc51c0ed208de11c12a2c0ad90f73dfeaa8f9995edc7f840deb427f1ffc6167f1c24e44f2137ecbb27ee1113258a6c55ed256a603657ef97')
-
-build() {
- cd ${_pyname}-${pkgver}
- python setup.py compile_catalog build
- make -C docs html SPHINXBUILD=sphinx-build
-}
-
-package() {
- cd ${_pyname}-${pkgver}
- python setup.py install --root="${pkgdir}" -O1
- find "$pkgdir" -type f -name \*.po -delete
- install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
- install -Dm 644 CHANGES.rst README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
- cp -r docs/_build/html "${pkgdir}/usr/share/doc/${pkgname}/html"
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-wtforms/repos/community-staging-any/PKGBUILD (from rev 751392, python-wtforms/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 10:05:49 UTC (rev 751396)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: nblock <nblock [/at\] archlinux DOT us>
+# Contributor: neithere <neithere at gmail>
+# Contributor: mitsuse <mitsuse at gmail>
+
+_pyname=wtforms
+pkgname=python-wtforms
+pkgver=2.2.1
+pkgrel=9
+pkgdesc='Flexible forms validation and rendering library for python web development'
+url='https://wtforms.readthedocs.io/'
+arch=('any')
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools' 'python-babel' 'python-sphinx')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wtforms/wtforms/archive/${pkgver}.tar.gz)
+sha512sums=('db989ff5352d6834fc51c0ed208de11c12a2c0ad90f73dfeaa8f9995edc7f840deb427f1ffc6167f1c24e44f2137ecbb27ee1113258a6c55ed256a603657ef97')
+
+build() {
+ cd ${_pyname}-${pkgver}
+ python setup.py compile_catalog build
+ make -C docs html SPHINXBUILD=sphinx-build
+}
+
+package() {
+ cd ${_pyname}-${pkgver}
+ python setup.py install --root="${pkgdir}" -O1
+ find "$pkgdir" -type f -name \*.po -delete
+ install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -Dm 644 CHANGES.rst README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+ cp -r docs/_build/html "${pkgdir}/usr/share/doc/${pkgname}/html"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list