Skip to content

Commit d2af7a6

Browse files
committed
New package: python3-python-discovery-1.4.0.
1 parent 5920f43 commit d2af7a6

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

  • srcpkgs/python3-python-discovery
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Template file for 'python3-python-discovery'
2+
pkgname=python3-python-discovery
3+
version=1.4.0
4+
revision=1
5+
build_style=python3-pep517
6+
hostmakedepends="hatchling hatch-vcs"
7+
depends="python3-filelock python3-platformdirs"
8+
checkdepends="$depends python3-pytest-xdist python3-pytest-mock"
9+
short_desc="Python interpreter discovery"
10+
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
11+
license="MIT"
12+
homepage="https://github.com/tox-dev/python-discovery"
13+
changelog="https://github.com/tox-dev/python-discovery/releases"
14+
distfiles="${PYPI_SITE}/p/python-discovery/python_discovery-${version}.tar.gz"
15+
checksum=eb8bc7daad3c226c147e45bb4e970a1feb1bf4048ee178e6db59e197b8010ce3
16+
17+
post_install() {
18+
vlicense LICENSE
19+
}

0 commit comments

Comments
 (0)