mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
New package: python3-orderedmultidict-1.0.1
This commit is contained in:
parent
6f8a388ccd
commit
6805a0fff5
1 changed files with 16 additions and 0 deletions
16
srcpkgs/python3-orderedmultidict/template
Normal file
16
srcpkgs/python3-orderedmultidict/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'python3-orderedmultidict'
|
||||
pkgname=python3-orderedmultidict
|
||||
version=1.0.1
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="orderedmultidict-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3 python3-six"
|
||||
checkdepends="$depends python3-flake8"
|
||||
short_desc="Python 3 ordered multivalue dictionary library"
|
||||
maintainer="projectmoon <projectmoon@agnos.is>"
|
||||
license="Unlicense"
|
||||
homepage="https://github.com/gruns/orderedmultidict"
|
||||
distfiles="${PYPI_SITE}/o/orderedmultidict/orderedmultidict-${version}.tar.gz"
|
||||
checksum=04070bbb5e87291cc9bfa51df413677faf2141c73c61d2a5f7b26bea3cd882ad
|
Loading…
Add table
Reference in a new issue