[arch-commits] Commit in pycdio/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sun Aug 1 02:35:48 UTC 2021


    Date: Sunday, August 1, 2021 @ 02:35:48
  Author: felixonmars
Revision: 991858

archrelease: copy trunk to community-x86_64

Added:
  pycdio/repos/community-x86_64/PKGBUILD
    (from rev 991857, pycdio/trunk/PKGBUILD)
Deleted:
  pycdio/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-01 02:35:33 UTC (rev 991857)
+++ PKGBUILD	2021-08-01 02:35:48 UTC (rev 991858)
@@ -1,32 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Alessandro Pezzoni <donbex at nerdshack dot com>
-
-pkgbase=pycdio
-pkgname=(python-pycdio)
-pkgver=2.1.0
-pkgrel=5
-pkgdesc="Python OO interface to libcdio (CD Input and Control library)"
-url="https://pypi.python.org/pypi/pycdio"
-arch=(x86_64)
-license=(GPL)
-depends=(python libcdio)
-makedepends=(python-setuptools swig)
-source=("https://pypi.io/packages/source/p/$pkgbase/$pkgbase-$pkgver.tar.gz")
-sha512sums=('dc18fbd212f7040b8b06efaf263b17568e9c2d089cff7dfc4dda50a7225059e44c9c86e2d81ade92cf09c823f7189b5723fb601cb12f0884dc04e9f5418c5927')
-
-prepare() {
-  cd $pkgbase-$pkgver
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  python setup.py build
-}
-
-package_python-pycdio() {
-  cd $pkgbase-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set sw=2 et:

Copied: pycdio/repos/community-x86_64/PKGBUILD (from rev 991857, pycdio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-01 02:35:48 UTC (rev 991858)
@@ -0,0 +1,32 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Alessandro Pezzoni <donbex at nerdshack dot com>
+
+pkgbase=pycdio
+pkgname=(python-pycdio)
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="Python OO interface to libcdio (CD Input and Control library)"
+url="https://pypi.python.org/pypi/pycdio"
+arch=(x86_64)
+license=(GPL)
+depends=(python libcdio)
+makedepends=(python-setuptools swig)
+source=("https://pypi.io/packages/source/p/$pkgbase/$pkgbase-$pkgver.tar.gz")
+sha512sums=('4c756b1c2f39332add86e01af129ccb608178306be42c9719c163b6bad0ba4de3916ac477c6866450890e094b14a2689a24e7d19bcf13846330555c2bb1feaa7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  python setup.py build
+}
+
+package_python-pycdio() {
+  cd $pkgbase-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list