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

Alexander Rødseth arodseth at archlinux.org
Fri Jan 9 11:24:01 UTC 2015


    Date: Friday, January 9, 2015 @ 12:24:01
  Author: arodseth
Revision: 125653

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-09 11:23:54 UTC (rev 125652)
+++ PKGBUILD	2015-01-09 11:24:01 UTC (rev 125653)
@@ -1,25 +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=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:

Copied: python2-formencode/repos/community-any/PKGBUILD (from rev 125652, python2-formencode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-01-09 11:24:01 UTC (rev 125653)
@@ -0,0 +1,28 @@
+# $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:



More information about the arch-commits mailing list