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,18 @@
# Maintainer: Jesus E. <heckyel@riseup.net>
pkgname=tauthon-ipaddress
pkgver=1.0.23
pkgrel=2
pkgdesc="IPv4/IPv6 manipulation library for Tauthon"
arch=(any)
url="https://github.com/phihag/ipaddress"
license=('Python')
depends=('tauthon')
source=("https://pypi.io/packages/source/i/ipaddress/ipaddress-$pkgver.tar.gz")
sha512sums=('340e2a8698df1868038f55889671442eba17f06ec3f493759d8d0a9bf406eefbe1f67c14ca616f52e5bf2280942dcece7e89fb19de0923bee1ee20e60f48896e')
package() {
cd ipaddress-$pkgver
tauthon setup.py install --root="$pkgdir/" --optimize=1
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
}