[arch-commits] Commit in pycdio/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri Apr 19 20:36:47 UTC 2019
Date: Friday, April 19, 2019 @ 20:36:46
Author: heftig
Revision: 452048
archrelease: copy trunk to community-x86_64
Added:
pycdio/repos/community-x86_64/PKGBUILD
(from rev 452047, pycdio/trunk/PKGBUILD)
Deleted:
pycdio/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 97 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 48 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-19 20:36:24 UTC (rev 452047)
+++ PKGBUILD 2019-04-19 20:36:46 UTC (rev 452048)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Alessandro Pezzoni <donbex at nerdshack dot com>
-
-pkgbase=pycdio
-pkgname=(python-pycdio python2-pycdio)
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="Python OO interface to libcdio (CD Input and Control library)"
-url="https://pypi.python.org/pypi/pycdio"
-arch=(x86_64)
-license=(GPL)
-makedepends=(libcdio python-setuptools python2-setuptools swig)
-source=("https://pypi.io/packages/source/p/$pkgbase/$pkgbase-$pkgver.tar.gz")
-sha512sums=('b73d49e143e4b5ebf5e8514d526a57f71d004b9ce4298743bb109902ee9551fa586384a236b26da9cd86284b2aa8c31fb02a324a1cebc03f2071d06fbd3e3285')
-
-prepare() {
- cd $pkgbase-$pkgver
-
- # patches here
-
- cd ..
- cp -a $pkgbase-$pkgver python2
- mv $pkgbase-$pkgver python3
-}
-
-build() {
- cd python3
- python3 setup.py build
-
- cd ../python2
- python2 setup.py build
-}
-
-package_python-pycdio() {
- depends=(python3 libcdio)
-
- cd python3
- python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-pycdio() {
- depends=(python2 libcdio)
-
- cd python2
- python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set sw=2 sts=2 et:
Copied: pycdio/repos/community-x86_64/PKGBUILD (from rev 452047, pycdio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-04-19 20:36:46 UTC (rev 452048)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Alessandro Pezzoni <donbex at nerdshack dot com>
+
+pkgbase=pycdio
+pkgname=(python-pycdio python2-pycdio)
+pkgver=2.0.0
+pkgrel=3
+pkgdesc="Python OO interface to libcdio (CD Input and Control library)"
+url="https://pypi.python.org/pypi/pycdio"
+arch=(x86_64)
+license=(GPL)
+makedepends=(libcdio python-setuptools python2-setuptools swig)
+source=("https://pypi.io/packages/source/p/$pkgbase/$pkgbase-$pkgver.tar.gz")
+sha512sums=('b73d49e143e4b5ebf5e8514d526a57f71d004b9ce4298743bb109902ee9551fa586384a236b26da9cd86284b2aa8c31fb02a324a1cebc03f2071d06fbd3e3285')
+
+prepare() {
+ cd $pkgbase-$pkgver
+
+ # patches here
+
+ cd ..
+ cp -a $pkgbase-$pkgver python2
+ mv $pkgbase-$pkgver python3
+}
+
+build() {
+ cd python3
+ python3 setup.py build
+
+ cd ../python2
+ python2 setup.py build
+}
+
+package_python-pycdio() {
+ depends=(python3 libcdio)
+
+ cd python3
+ python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-pycdio() {
+ depends=(python2 libcdio)
+
+ cd python2
+ python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set sw=2 sts=2 et:
More information about the arch-commits
mailing list