mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-editables: update to 0.5, adopt.
This commit is contained in:
parent
be41f5c81e
commit
701a5286aa
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'python3-editables'
|
# Template file for 'python3-editables'
|
||||||
pkgname=python3-editables
|
pkgname=python3-editables
|
||||||
version=0.4
|
version=0.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-flit_core"
|
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"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
license="MIT"
|
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=dab62d96596cfbefb68af4fbf18a7e01579adf8c5760f4868d64b9c4cd67e2a1
|
checksum=1ff2663aa1669eb89115a38e2d4067c21bb847e7006f72bf979a1a91b8bc2304
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue