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

Alexander Rødseth arodseth at archlinux.org
Tue Nov 29 00:13:28 UTC 2016


    Date: Tuesday, November 29, 2016 @ 00:13:27
  Author: arodseth
Revision: 197211

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-29 00:13:18 UTC (rev 197210)
+++ PKGBUILD	2016-11-29 00:13:27 UTC (rev 197211)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-# Contributor: Todd Maynard <arch at toddmaynard.com>
-
-pkgname=python2-formencode
-pkgver=1.3.0a1
-pkgrel=2
-pkgdesc='HTML form validation, generation, and conversion'
-arch=('any')
-license=('PSF')
-url='http://formencode.org'
-depends=('python2')
-makedepends=('setuptools')
-replaces=('python-formencode<=1.2.4-1')
-source=("http://pypi.python.org/packages/source/F/FormEncode/FormEncode-$pkgver.tar.gz")
-sha256sums=('026988e9c9b5176ecc75f047624c24e88e82be401e21f8c2008ca6fb2f99290d')
-
-package() {
-  cd "FormEncode-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" install
-
-  # Removing documentation that conflicts with other packages
-  rm -rf "$pkgdir/usr/lib/python2.7/site-packages/docs"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-formencode/repos/community-any/PKGBUILD (from rev 197210, python2-formencode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-11-29 00:13:27 UTC (rev 197211)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Contributor: Todd Maynard <arch at toddmaynard.com>
+
+pkgname=python2-formencode
+pkgver=1.3.0a1
+pkgrel=3
+pkgdesc='HTML form validation, generation and conversion'
+arch=('any')
+license=('PSF')
+url='http://formencode.org/'
+depends=('python2')
+makedepends=('python2-setuptools')
+replaces=('python-formencode<=1.2.4-1')
+source=("https://pypi.python.org/packages/source/F/FormEncode/FormEncode-$pkgver.tar.gz")
+sha256sums=('026988e9c9b5176ecc75f047624c24e88e82be401e21f8c2008ca6fb2f99290d')
+
+package() {
+  cd "FormEncode-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" install
+
+  # Removing documentation that conflicts with other packages
+  rm -rf "$pkgdir/usr/lib/python2.7/site-packages/docs"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list