mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
New package: python3-pylru-1.2.0
This commit is contained in:
parent
39fee3cdfa
commit
c6a8476eaa
1 changed files with 15 additions and 0 deletions
15
srcpkgs/python3-pylru/template
Normal file
15
srcpkgs/python3-pylru/template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'python3-pylru'
|
||||
pkgname=python3-pylru
|
||||
version=1.2.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Least recently used (LRU) cache for Python"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/jlhutch/pylru"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=c4dcf175f6317539199434db13ffea0f642a52fac1e547e2e5f0866686fc9292
|
Loading…
Add table
Reference in a new issue