python3-entrypoints: update to 0.4.
This commit is contained in:
parent
82869f1280
commit
f3b3c7f0df
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'python3-entrypoints'
|
||||
pkgname=python3-entrypoints
|
||||
version=0.3
|
||||
revision=6
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
version=0.4
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-flit_core"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest-xdist"
|
||||
short_desc="Discover and load entry points from installed packages (Python3)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/takluyver/entrypoints"
|
||||
distfiles="https://github.com/takluyver/entrypoints/archive/${version}.tar.gz"
|
||||
checksum=f26eddc371e37d8e9f6663b77524d6731567f005bd1e4ac950c0e33c48fbc065
|
||||
checksum=d2197a94aa73e70a7f60600e654ac9918ca2a0ee5480eb875296c42220a02272
|
||||
|
||||
pre_build() {
|
||||
vsed -i "s|@VERSION@|${version}|" setup.py
|
||||
|
|
Loading…
Reference in New Issue