1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/testing/py3-setuptools-lint/APKBUILD

26 lines
904 B
Text

# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-setuptools-lint
_pkgname=setuptools-lint
pkgver=0.3
pkgrel=1
pkgdesc="Setuptools plugin for Git"
url="https://github.com/johnnoone/setuptools-pylint"
arch="noarch"
license="BSD"
depends="python3 py3-setuptools"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
replaces="py-setuptools-lint" # Backwards compatibility
provides="py-setuptools-lint=$pkgver-r$pkgrel" # Backwards compatibility
build() {
python3 setup.py build
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="b4e003fa998a1356cf54bc6d2b357ff7ea6d3086bca31221aa6ee27f17389577d2e5e6f7c71891dc4ce84b05b75a9d65f371b025ca626d204db323c044e27794 setuptools-lint-0.3.tar.gz"