python-pandocfilters: drop package
This commit is contained in:
parent
63efd09b06
commit
6f1f63660c
3 changed files with 18 additions and 32 deletions
|
@ -1,31 +0,0 @@
|
||||||
# Template file for 'python-pandocfilters'
|
|
||||||
pkgname=python-pandocfilters
|
|
||||||
version=1.4.2
|
|
||||||
revision=3
|
|
||||||
archs=noarch
|
|
||||||
wrksrc="pandocfilters-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
pycompile_module="pandocfilters.py"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
depends="python"
|
|
||||||
short_desc="Python2 module for writing pandoc filters"
|
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
||||||
homepage="http://github.com/jgm/pandocfilters"
|
|
||||||
license="3-clause-BSD"
|
|
||||||
distfiles="${PYPI_SITE}/p/pandocfilters/pandocfilters-${version}.tar.gz"
|
|
||||||
checksum=b3dd70e169bb5449e6bc6ff96aea89c5eea8c5f6ab5e207fc2f521a2cf4a0da9
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
|
|
||||||
python3-pandocfilters_package() {
|
|
||||||
archs=noarch
|
|
||||||
depends="python3"
|
|
||||||
pycompile_module="pandocfilters.py"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-pandocfilters
|
|
18
srcpkgs/python3-pandocfilters/template
Normal file
18
srcpkgs/python3-pandocfilters/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'python3-pandocfilters'
|
||||||
|
pkgname=python3-pandocfilters
|
||||||
|
version=1.4.2
|
||||||
|
revision=4
|
||||||
|
wrksrc="pandocfilters-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
|
short_desc="Python3 module for writing pandoc filters"
|
||||||
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="http://github.com/jgm/pandocfilters"
|
||||||
|
distfiles="${PYPI_SITE}/p/pandocfilters/pandocfilters-${version}.tar.gz"
|
||||||
|
checksum=b3dd70e169bb5449e6bc6ff96aea89c5eea8c5f6ab5e207fc2f521a2cf4a0da9
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue