aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-setuptools_scm/APKBUILD
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-01-28 23:22:40 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-29 01:02:35 +0100
commit65ef0f0ca2aa768730b1870734696562f6d2a043 (patch)
treedc46a574be01a79623bde4472d08b658f19ab4dc /community/py3-setuptools_scm/APKBUILD
parentd69d75bedaff778649b573ec8334209b70fe096e (diff)
downloadaports-65ef0f0ca2aa768730b1870734696562f6d2a043.tar.bz2
aports-65ef0f0ca2aa768730b1870734696562f6d2a043.tar.xz
community/py3-setuptools_scm: remove pip from checkdepends
Diffstat (limited to 'community/py3-setuptools_scm/APKBUILD')
-rwxr-xr-xcommunity/py3-setuptools_scm/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-setuptools_scm/APKBUILD b/community/py3-setuptools_scm/APKBUILD
index fb3dc8077d..8f3b446f99 100755
--- a/community/py3-setuptools_scm/APKBUILD
+++ b/community/py3-setuptools_scm/APKBUILD
@@ -3,14 +3,14 @@
pkgname=py3-setuptools_scm
_pkgname=setuptools_scm
pkgver=3.4.3
-pkgrel=0
-pkgdesc="the blessed package to manage your versions by scm tags"
+pkgrel=1
+pkgdesc="The blessed package to manage your versions by scm tags"
url="https://github.com/pypa/setuptools_scm"
arch="noarch"
license="MIT"
depends="python3"
makedepends="py3-setuptools"
-checkdepends="py3-pytest py3-pip git mercurial py3-toml"
+checkdepends="py3-pytest git mercurial py3-toml"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver