initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# Maintainer: Jesus E. <heckyel@riseup.net>
pkgname=python-distutils-extra
pkgver=2.39
pkgrel=1
pkgdesc='Enhancements to the Python build system'
arch=('any')
license=('GPL-2')
url='https://launchpad.net/python-distutils-extra'
depends=('intltool' 'python')
makedepends=('python-setuptools' 'intltool')
source=(https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz{,.asc})
validpgpkeys=('3DB46B55EFA59D40E6232148D14EF15DAFE11347')
sha512sums=('e3b4d1ed22767fb4c6dbbdccef960865b6fda01d18dc38cb8f9357c09c7eabb78466fce053e407a196eca257d07d57c5c1ef47f358a5979c7f22e4b11775124e'
'SKIP')
package() {
cd "${srcdir}/$pkgname-$pkgver"
python3 setup.py install --root="${pkgdir}"
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
}