mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-entrypoints: update to 0.4.
This commit is contained in:
parent
82869f1280
commit
f3b3c7f0df
1 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'python3-entrypoints'
|
# Template file for 'python3-entrypoints'
|
||||||
pkgname=python3-entrypoints
|
pkgname=python3-entrypoints
|
||||||
version=0.3
|
version=0.4
|
||||||
revision=6
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-flit_core"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest-xdist"
|
||||||
short_desc="Discover and load entry points from installed packages (Python3)"
|
short_desc="Discover and load entry points from installed packages (Python3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/takluyver/entrypoints"
|
homepage="https://github.com/takluyver/entrypoints"
|
||||||
distfiles="https://github.com/takluyver/entrypoints/archive/${version}.tar.gz"
|
distfiles="https://github.com/takluyver/entrypoints/archive/${version}.tar.gz"
|
||||||
checksum=f26eddc371e37d8e9f6663b77524d6731567f005bd1e4ac950c0e33c48fbc065
|
checksum=d2197a94aa73e70a7f60600e654ac9918ca2a0ee5480eb875296c42220a02272
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
vsed -i "s|@VERSION@|${version}|" setup.py
|
vsed -i "s|@VERSION@|${version}|" setup.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue