[arch-commits] Commit in python-colorclass/repos/community-staging-any (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 18:00:16 UTC 2020
Date: Thursday, November 12, 2020 @ 18:00:16
Author: felixonmars
Revision: 752903
archrelease: copy trunk to community-staging-any
Added:
python-colorclass/repos/community-staging-any/PKGBUILD
(from rev 752902, python-colorclass/trunk/PKGBUILD)
Deleted:
python-colorclass/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 18:00:11 UTC (rev 752902)
+++ PKGBUILD 2020-11-12 18:00:16 UTC (rev 752903)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-_pyname=colorclass
-pkgname=python-colorclass
-pkgver=2.2.0
-pkgrel=7
-pkgdesc='Yet another ANSI color text library for colorful worry-free console applications'
-url='https://github.com/Robpol86/colorclass'
-arch=('any')
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-docopt')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Robpol86/colorclass/archive/v${pkgver}.tar.gz)
-sha512sums=('c627cdf6abdb5a60e9ecc1fb3b669898edc027fdc3f8cde31be2e10402ee308c2067fcd50d1228759e93fc58c521b7fc12e6b259233a17cf99f55cda26279fed')
-
-build() {
- cd ${_pyname}-${pkgver}
- python setup.py build
-}
-
-check() {
- cd ${_pyname}-${pkgver}
- py.test
-}
-
-package() {
- cd ${_pyname}-${pkgver}
- python setup.py install --root="${pkgdir}" --prefix=/usr -O1 --skip-build
- install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
- install -Dm 644 README.rst example.py -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-colorclass/repos/community-staging-any/PKGBUILD (from rev 752902, python-colorclass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 18:00:16 UTC (rev 752903)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+_pyname=colorclass
+pkgname=python-colorclass
+pkgver=2.2.0
+pkgrel=8
+pkgdesc='Yet another ANSI color text library for colorful worry-free console applications'
+url='https://github.com/Robpol86/colorclass'
+arch=('any')
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-docopt')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Robpol86/colorclass/archive/v${pkgver}.tar.gz)
+sha512sums=('c627cdf6abdb5a60e9ecc1fb3b669898edc027fdc3f8cde31be2e10402ee308c2067fcd50d1228759e93fc58c521b7fc12e6b259233a17cf99f55cda26279fed')
+
+build() {
+ cd ${_pyname}-${pkgver}
+ python setup.py build
+}
+
+check() {
+ cd ${_pyname}-${pkgver}
+ py.test
+}
+
+package() {
+ cd ${_pyname}-${pkgver}
+ python setup.py install --root="${pkgdir}" --prefix=/usr -O1 --skip-build
+ install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -Dm 644 README.rst example.py -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list