[arch-commits] Commit in python2-pycdio/repos (4 files)

Felix Yan fyan at nymeria.archlinux.org
Tue Jan 14 13:05:30 UTC 2014


    Date: Tuesday, January 14, 2014 @ 14:05:30
  Author: fyan
Revision: 103983

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  python2-pycdio/repos/community-staging-i686/
  python2-pycdio/repos/community-staging-i686/PKGBUILD
    (from rev 103982, python2-pycdio/trunk/PKGBUILD)
  python2-pycdio/repos/community-staging-x86_64/
  python2-pycdio/repos/community-staging-x86_64/PKGBUILD
    (from rev 103982, python2-pycdio/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   23 +++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   23 +++++++++++++++++++++++
 2 files changed, 46 insertions(+)

Copied: python2-pycdio/repos/community-staging-i686/PKGBUILD (from rev 103982, python2-pycdio/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-01-14 13:05:30 UTC (rev 103983)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Alessandro Pezzoni <donbex at nerdshack dot com>
+
+pkgname=python2-pycdio
+pkgver=0.20
+pkgrel=2
+pkgdesc="Python OO interface to libcdio (CD Input and Control library)"
+arch=("i686" "x86_64")
+url="http://pypi.python.org/pypi/pycdio/"
+license=('GPL')
+depends=('python2' 'libcdio')
+makedepends=('python2-setuptools' 'swig')
+options=(!emptydirs)
+source=("http://pypi.python.org/packages/source/p/${pkgname#python2-}/${pkgname#python2-}-${pkgver}.tar.gz")
+
+package() {
+  cd "${pkgname#python2-}-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('b53a535440008dc637b31fd2cda22845c91b98e78c30f90c866af3b9bf7cb3faad39f0784b5063a39bd97bb18fc58c75ad0833d53421182d408c2889c491846b')

Copied: python2-pycdio/repos/community-staging-x86_64/PKGBUILD (from rev 103982, python2-pycdio/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-01-14 13:05:30 UTC (rev 103983)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Alessandro Pezzoni <donbex at nerdshack dot com>
+
+pkgname=python2-pycdio
+pkgver=0.20
+pkgrel=2
+pkgdesc="Python OO interface to libcdio (CD Input and Control library)"
+arch=("i686" "x86_64")
+url="http://pypi.python.org/pypi/pycdio/"
+license=('GPL')
+depends=('python2' 'libcdio')
+makedepends=('python2-setuptools' 'swig')
+options=(!emptydirs)
+source=("http://pypi.python.org/packages/source/p/${pkgname#python2-}/${pkgname#python2-}-${pkgver}.tar.gz")
+
+package() {
+  cd "${pkgname#python2-}-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('b53a535440008dc637b31fd2cda22845c91b98e78c30f90c866af3b9bf7cb3faad39f0784b5063a39bd97bb18fc58c75ad0833d53421182d408c2889c491846b')




More information about the arch-commits mailing list