python-Markups: update to 3.0.0.
Closes #14108. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
33d5e2552f
commit
f150d1dc6b
1 changed files with 6 additions and 5 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'python-Markups'
|
# Template file for 'python-Markups'
|
||||||
pkgname=python-Markups
|
pkgname=python-Markups
|
||||||
version=2.0.1
|
version=3.0.0
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="Markups-${version}"
|
wrksrc="Markups-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="markups"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="markups"
|
|
||||||
short_desc="Wrapper around the various text markup languages (Python2)"
|
short_desc="Wrapper around the various text markup languages (Python2)"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
|
changelog="https://raw.githubusercontent.com/retext-project/pymarkups/master/changelog"
|
||||||
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/mitya57/pymarkups"
|
homepage="https://github.com/mitya57/pymarkups"
|
||||||
license="BSD"
|
|
||||||
distfiles="${PYPI_SITE}/M/Markups/Markups-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/M/Markups/Markups-${version}.tar.gz"
|
||||||
checksum=ef65593afe187cd1135da1a9c9f6dde2b0ecd2cda4895790628d270e8b0b7030
|
checksum=1ea19458dfca6a4562044e701aa8698089a0c659fc535689ed260f89a04f8d39
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue