New package: python3-editables-0.3

This commit is contained in:
Jan Christian Grünhage 2022-07-21 08:43:01 +02:00 committed by Đoàn Trần Công Danh
parent 06025c6209
commit ba49da554f
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# Template file for 'python3-editables'
pkgname=python3-editables
version=0.3
revision=1
wrksrc="${pkgname/python3-/}-${version}"
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
checkdepends="python3-coverage python3-pytest-cov python3-pytest"
short_desc="Editable installations for Python"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT"
homepage="https://github.com/pfmoore/editables"
changelog="https://github.com/pfmoore/editables/raw/main/CHANGELOG.md"
distfiles="https://github.com/pfmoore/editables/archive/refs/tags/${version}.tar.gz"
checksum=42f7240164af1e028ccb7b60e72f54bbd8b639e9409595fbeffac5d3fb610643
make_check_pre="env PYTHONPATH=./src"
post_install() {
vlicense LICENSE.txt
}