mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/py3-dython: upgrade to 0.7.4
This commit is contained in:
parent
ced39f2f54
commit
ab98f9c810
@ -1,9 +1,8 @@
|
|||||||
# Contributor: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
|
# Contributor: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
|
||||||
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
|
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
|
||||||
pkgname=py3-dython
|
pkgname=py3-dython
|
||||||
pkgver=0.7.3.1
|
pkgver=0.7.4
|
||||||
_pkgver=0.7.3_1
|
pkgrel=0
|
||||||
pkgrel=1
|
|
||||||
pkgdesc="A set of data tools in Python"
|
pkgdesc="A set of data tools in Python"
|
||||||
url="https://github.com/shakedzy/dython"
|
url="https://github.com/shakedzy/dython"
|
||||||
arch="noarch !riscv64 !s390x" #py3-matplotlib #scikit-learn
|
arch="noarch !riscv64 !s390x" #py3-matplotlib #scikit-learn
|
||||||
@ -22,8 +21,8 @@ depends="
|
|||||||
checkdepends="python3-dev py3-hypothesis py3-pytest py3-pytest-black"
|
checkdepends="python3-dev py3-hypothesis py3-pytest py3-pytest-black"
|
||||||
makedepends="py3-gpep517 py3-setuptools py3-wheel"
|
makedepends="py3-gpep517 py3-setuptools py3-wheel"
|
||||||
subpackages="$pkgname-pyc"
|
subpackages="$pkgname-pyc"
|
||||||
source="$pkgname-$pkgver.tar.gz::https://github.com/shakedzy/dython/archive/v$_pkgver.tar.gz"
|
source="$pkgname-$pkgver.tar.gz::https://github.com/shakedzy/dython/archive/v$pkgver.tar.gz"
|
||||||
builddir="$srcdir/dython-$_pkgver"
|
builddir="$srcdir/dython-$pkgver"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
gpep517 build-wheel \
|
gpep517 build-wheel \
|
||||||
@ -43,5 +42,5 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
80320e7db6ab329c28e7f1cf4483026245e4bc8cfd4cb9775f52800627d40e5eeb873fb640c868104b443dec75eea337847a2ac66656609df2d05cd93dc33a2f py3-dython-0.7.3.1.tar.gz
|
cadee71536e6e96b16ca09df0a512625e312c553061b28e274afdbdc7d00a8f0a9e75a050bc1658c5360d1786505ca84ba51273e2e38d9be3d2eaa61f8616f7e py3-dython-0.7.4.tar.gz
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user