Skip to content

Commit

Permalink
community/py3-partd: unvendor versioneer
Browse files Browse the repository at this point in the history
their current version is from Python 3.2 (???):
dask/partd#68
  • Loading branch information
ptrcnull authored and PureTryOut committed Mar 28, 2024
1 parent 18a801a commit d3c8882
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion community/py3-partd/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <[email protected]>
pkgname=py3-partd
pkgver=1.4.1
pkgrel=0
pkgrel=1
pkgdesc="Concurrent appendable key-value storage"
url="https://github.com/dask/partd/"
arch="noarch"
Expand All @@ -18,13 +18,15 @@ makedepends="
py3-gpep517
py3-setuptools
py3-wheel
py3-python-versioneer
"
subpackages="$pkgname-pyc"
source="https://pypi.python.org/packages/source/p/partd/partd-$pkgver.tar.gz"
options="!check" # No tests
builddir="$srcdir/partd-$pkgver"

build() {
rm versioneer.py
gpep517 build-wheel \
--wheel-dir .dist \
--output-fd 3 3>&1 >&2
Expand Down

0 comments on commit d3c8882

Please sign in to comment.