python3-editables: update to 0.4.

This commit is contained in:
icp 2023-07-10 12:45:56 +05:30 committed by Duncan Overbruck
parent a978eeadea
commit d68a7a343b

View file

@ -1,9 +1,9 @@
# Template file for 'python3-editables' # Template file for 'python3-editables'
pkgname=python3-editables pkgname=python3-editables
version=0.3 version=0.4
revision=3 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel" hostmakedepends="python3-flit_core"
depends="python3" depends="python3"
checkdepends="python3-coverage python3-pytest-cov python3-pytest" checkdepends="python3-coverage python3-pytest-cov python3-pytest"
short_desc="Editable installations for Python" short_desc="Editable installations for Python"
@ -12,8 +12,7 @@ license="MIT"
homepage="https://github.com/pfmoore/editables" homepage="https://github.com/pfmoore/editables"
changelog="https://github.com/pfmoore/editables/raw/main/CHANGELOG.md" changelog="https://github.com/pfmoore/editables/raw/main/CHANGELOG.md"
distfiles="https://github.com/pfmoore/editables/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/pfmoore/editables/archive/refs/tags/${version}.tar.gz"
checksum=42f7240164af1e028ccb7b60e72f54bbd8b639e9409595fbeffac5d3fb610643 checksum=dab62d96596cfbefb68af4fbf18a7e01579adf8c5760f4868d64b9c4cd67e2a1
make_check_pre="env PYTHONPATH=./src"
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE.txt