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

Alexander Rødseth arodseth at nymeria.archlinux.org
Mon Mar 10 22:27:09 UTC 2014


    Date: Monday, March 10, 2014 @ 23:27:09
  Author: arodseth
Revision: 106953

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-10 22:27:01 UTC (rev 106952)
+++ PKGBUILD	2014-03-10 22:27:09 UTC (rev 106953)
@@ -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.2.4
-pkgrel=3
-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-1.2.4.tar.gz")
-sha256sums=('8270840ee832055463b3d3328f8ae4b881e1fbe84353c97af1d913df3401feb9')
-
-package() {
-  cd "$srcdir/FormEncode-$pkgver"
-  python2 setup.py install --root="$pkgdir" install
-  echo "/usr/lib/python2.7/site-packages/FormEncode-$pkgver-py2.6.egg" >\
-    "$pkgdir/usr/lib/python2.7/site-packages/$pkgname.pth"
-  sed -i '0,/on/s//on2/' \
-    "$pkgdir/usr/lib/python2.7/site-packages/formencode/i18n/msgfmt.py"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-formencode/repos/community-any/PKGBUILD (from rev 106952, python2-formencode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-03-10 22:27:09 UTC (rev 106953)
@@ -0,0 +1,25 @@
+# $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=1
+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
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list