* update python-purl to 1.6-6
This commit is contained in:
parent
636b7c2d4c
commit
f96079c54c
14
python/python-purl/.SRCINFO
Normal file
14
python/python-purl/.SRCINFO
Normal file
@ -0,0 +1,14 @@
|
||||
pkgbase = python-purl
|
||||
pkgdesc = An immutable URL class for easy URL-building and manipulation
|
||||
pkgver = 1.6
|
||||
pkgrel = 6
|
||||
url = https://github.com/codeinthehole/purl
|
||||
arch = any
|
||||
license = MIT
|
||||
checkdepends = python-pytest
|
||||
makedepends = python-setuptools
|
||||
depends = python-six
|
||||
source = https://github.com/codeinthehole/purl/archive/1.6/python-purl-1.6.tar.gz
|
||||
sha512sums = 293079e9e15ac7e1669ea534ea8ac3aea92ebc1a18b33fc15e135e241da9c5612978946deca8fe3e53b39004ee33393317901ed3dfe053be12399591050dd9cd
|
||||
|
||||
pkgname = python-purl
|
3
python/python-purl/.nvchecker.toml
Normal file
3
python/python-purl/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[python-purl]
|
||||
source = "git"
|
||||
git = "https://github.com/codeinthehole/purl.git"
|
@ -3,7 +3,7 @@
|
||||
|
||||
pkgname=python-purl
|
||||
pkgver=1.6
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="An immutable URL class for easy URL-building and manipulation"
|
||||
arch=(any)
|
||||
license=('MIT')
|
||||
|
Loading…
x
Reference in New Issue
Block a user