mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python-entrypoints: update to 0.3.
This commit is contained in:
parent
6eecf82037
commit
e988797a98
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-entrypoints'
|
# Template file for 'python-entrypoints'
|
||||||
pkgname=python-entrypoints
|
pkgname=python-entrypoints
|
||||||
version=0.2.3
|
version=0.3
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="entrypoints-${version}"
|
wrksrc="entrypoints-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -10,10 +10,10 @@ hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-backports.configparser"
|
depends="python-backports.configparser"
|
||||||
short_desc="Discover and load entry points from installed packages (Python2)"
|
short_desc="Discover and load entry points from installed packages (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/takluyver/entrypoints"
|
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
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=a628825648fade6fba8dd94cc26e38340ed840fca3e9d5b7b3dbf755b27bbbdd
|
checksum=f26eddc371e37d8e9f6663b77524d6731567f005bd1e4ac950c0e33c48fbc065
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i "s|@VERSION@|${version}|" setup.py
|
sed -i "s|@VERSION@|${version}|" setup.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue