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

Levente Polyak anthraxx at archlinux.org
Mon Jun 11 22:50:47 UTC 2018


    Date: Monday, June 11, 2018 @ 22:50:46
  Author: anthraxx
Revision: 342405

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  102 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-11 22:50:40 UTC (rev 342404)
+++ PKGBUILD	2018-06-11 22:50:46 UTC (rev 342405)
@@ -1,51 +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
-pkgbase=python-wtforms
-pkgname=('python-wtforms' 'python2-wtforms')
-pkgver=2.2
-pkgrel=1
-pkgdesc='Flexible forms validation and rendering library for python web development'
-url='http://wtforms.simplecodes.com/'
-arch=('any')
-license=('BSD')
-makedepends=('python-setuptools' 'python-sphinx'
-             'python2-setuptools' 'python2-sphinx')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wtforms/wtforms/archive/${pkgver}.tar.gz)
-sha512sums=('06b26ebe80304ff096400f4b8d22b18219e75f5b7ab9837e4d7ce6977f8f29068b80e3270145c8d43a401a8e4f0154c1b61738b69c84da8a5e01d3de0242203f')
-
-prepare() {
-  cp -a ${_pyname}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${_pyname}-${pkgver}
-    make -C docs html SPHINXBUILD=sphinx-build
-  )
-  (cd ${_pyname}-${pkgver}-py2
-    make -C docs html SPHINXBUILD=sphinx-build2
-  )
-}
-
-package_python-wtforms() {
-  depends=('python')
-  cd ${_pyname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1
-  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"
-}
-
-package_python2-wtforms() {
-  depends=('python2')
-  cd ${_pyname}-${pkgver}-py2
-  python2 setup.py install --root="${pkgdir}" -O1
-  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-any/PKGBUILD (from rev 342404, python-wtforms/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-11 22:50:46 UTC (rev 342405)
@@ -0,0 +1,51 @@
+# 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
+pkgbase=python-wtforms
+pkgname=('python-wtforms' 'python2-wtforms')
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='Flexible forms validation and rendering library for python web development'
+url='http://wtforms.simplecodes.com/'
+arch=('any')
+license=('BSD')
+makedepends=('python-setuptools' 'python-sphinx'
+             'python2-setuptools' 'python2-sphinx')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wtforms/wtforms/archive/${pkgver}.tar.gz)
+sha512sums=('db989ff5352d6834fc51c0ed208de11c12a2c0ad90f73dfeaa8f9995edc7f840deb427f1ffc6167f1c24e44f2137ecbb27ee1113258a6c55ed256a603657ef97')
+
+prepare() {
+  cp -a ${_pyname}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${_pyname}-${pkgver}
+    make -C docs html SPHINXBUILD=sphinx-build
+  )
+  (cd ${_pyname}-${pkgver}-py2
+    make -C docs html SPHINXBUILD=sphinx-build2
+  )
+}
+
+package_python-wtforms() {
+  depends=('python')
+  cd ${_pyname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1
+  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"
+}
+
+package_python2-wtforms() {
+  depends=('python2')
+  cd ${_pyname}-${pkgver}-py2
+  python2 setup.py install --root="${pkgdir}" -O1
+  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