We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5920f43 commit d2af7a6Copy full SHA for d2af7a6
1 file changed
srcpkgs/python3-python-discovery/template
@@ -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