mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-21 08:37:02 +02:00
python-urbandict: update to 0.6.1
This commit is contained in:
parent
057cb808b2
commit
13d862aba7
1 changed files with 3 additions and 6 deletions
|
@ -1,11 +1,10 @@
|
|||
# Template file for 'python-urbandict'
|
||||
pkgname=python-urbandict
|
||||
version=0.5
|
||||
revision=2
|
||||
version=0.6.1
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="urbandict-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="urbandicli urbandict"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="CLI client and a library for urbandictionary.com"
|
||||
|
@ -13,13 +12,12 @@ maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
|||
license="Unlicense"
|
||||
homepage="https://github.com/novel/py-urbandict"
|
||||
distfiles="${PYPI_SITE}/u/urbandict/urbandict-${version}.tar.gz"
|
||||
checksum=98405ff13cea555f5c2e49819354d759b9025a4ff45b4a2a99d5efa0eb34d48b
|
||||
checksum=a19685ffa2450bea2df9bf328a6ce7c3c1e2213c95171ae2263b987cc54d201b
|
||||
alternatives="urbandicli:urbandicli:/usr/bin/urbandicli2"
|
||||
|
||||
python3-urbandict_package() {
|
||||
archs=noarch
|
||||
alternatives="urbandicli:urbandicli:/usr/bin/urbandicli3"
|
||||
pycompile_module="urbandict"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
depends="python3"
|
||||
pkg_install() {
|
||||
|
@ -28,4 +26,3 @@ python3-urbandict_package() {
|
|||
vlicense COPYING
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue