blob: 544b4dd92866ea1da33cec8848571b885e903da5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = python-find_libpython
pkgdesc = Finds the libpython associated with the current Python environment, wherever it may be hiding
pkgver = 0.4.1
pkgrel = 2
url = https://github.com/ktbarrett/find_libpython
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools-scm
depends = python
options = !emptydirs
source = https://github.com/ktbarrett/find_libpython/archive/refs/tags/v0.4.1.tar.gz
sha512sums = 43410201ffdc681aabec501e97a50e989556558cd0f63ef3775e1fb585a96e151aaa7e97132a981b0a8857e99a4d4bb1215ec0f6868770b649d260486d1194a5
pkgname = python-find_libpython
|