mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
testing/py3-pastel: upgrade to 0.1.1
This commit is contained in:
parent
d956e887dd
commit
c25206869b
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Leo <thinkabit.ukim@gmail.com>
|
# Maintainer: Leo <thinkabit.ukim@gmail.com>
|
||||||
pkgname=py3-pastel
|
pkgname=py3-pastel
|
||||||
_realname=pastel
|
_realname=pastel
|
||||||
pkgver=0.1.0
|
pkgver=0.1.1
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Python3 library to bring colors to your terminal"
|
pkgdesc="Python3 library to bring colors to your terminal"
|
||||||
options="!check" # No testsuite on tarball with setup.py
|
options="!check" # No testsuite on tarball with setup.py
|
||||||
|
@ -11,7 +11,7 @@ arch="noarch"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
makedepends="py3-setuptools"
|
makedepends="py3-setuptools"
|
||||||
source="${pkgname}-${pkgver}.tar.gz::https://pypi.io/packages/source/${_realname:0:1}/${_realname}/${_realname}-${pkgver}.tar.gz"
|
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/${_realname:0:1}/$_realname/$_realname-$pkgver.tar.gz"
|
||||||
builddir="$srcdir/$_realname-$pkgver"
|
builddir="$srcdir/$_realname-$pkgver"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -22,4 +22,4 @@ package() {
|
||||||
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="05f40d56fed85e0dacd6dbec7f77a8b00f83e5f369f13acf9af74939e7c7472068a41a8b943d80dc4b312b3b0974d4b671ff5b4e4805e4d121336ca42905744d py3-pastel-0.1.0.tar.gz"
|
sha512sums="1c681aeab8763685accb3ae7d41bb38e7e8dbc65ffea5cc8a479b53fff2e1b237e8d85de1552a16e903d40d173525e0df3898253702ff3ade2bba71448005c1b py3-pastel-0.1.1.tar.gz"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue