[arch-commits] Commit in python-pymad/repos (4 files)

Felix Yan felixonmars at archlinux.org
Sat Dec 24 11:22:55 UTC 2016


    Date: Saturday, December 24, 2016 @ 11:22:54
  Author: felixonmars
Revision: 201429

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

Added:
  python-pymad/repos/community-staging-i686/
  python-pymad/repos/community-staging-i686/PKGBUILD
    (from rev 201428, python-pymad/trunk/PKGBUILD)
  python-pymad/repos/community-staging-x86_64/
  python-pymad/repos/community-staging-x86_64/PKGBUILD
    (from rev 201428, python-pymad/trunk/PKGBUILD)

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

Copied: python-pymad/repos/community-staging-i686/PKGBUILD (from rev 201428, python-pymad/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-12-24 11:22:54 UTC (rev 201429)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Mark Rosenstand <mark at archlinux.org
+# Contributor: Corrado Primier <cp663137 at stud.polimi.it>
+
+pkgname=python-pymad
+pkgver=0.9
+pkgrel=2
+pkgdesc='Python interface to libmad'
+arch=('x86_64' 'i686')
+url='https://github.com/jaqx0r/pymad'
+license=('LGPL')
+depends=('libmad' 'python')
+makedepends=('git')
+source=("$pkgname::git+https://github.com/jaqx0r/pymad.git#tag=version/$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+  python config_unix.py --prefix=/usr
+}
+
+package() {
+  cd "$pkgname"
+  python setup.py install --root="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: python-pymad/repos/community-staging-x86_64/PKGBUILD (from rev 201428, python-pymad/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-12-24 11:22:54 UTC (rev 201429)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Mark Rosenstand <mark at archlinux.org
+# Contributor: Corrado Primier <cp663137 at stud.polimi.it>
+
+pkgname=python-pymad
+pkgver=0.9
+pkgrel=2
+pkgdesc='Python interface to libmad'
+arch=('x86_64' 'i686')
+url='https://github.com/jaqx0r/pymad'
+license=('LGPL')
+depends=('libmad' 'python')
+makedepends=('git')
+source=("$pkgname::git+https://github.com/jaqx0r/pymad.git#tag=version/$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+  python config_unix.py --prefix=/usr
+}
+
+package() {
+  cd "$pkgname"
+  python setup.py install --root="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list