python-cssutils: drop package
This commit is contained in:
parent
46722b6311
commit
ea62f69963
3 changed files with 17 additions and 37 deletions
|
@ -1,36 +0,0 @@
|
||||||
# Template file for 'python-cssutils'
|
|
||||||
pkgname=python-cssutils
|
|
||||||
version=1.0.2
|
|
||||||
revision=3
|
|
||||||
archs=noarch
|
|
||||||
wrksrc="cssutils-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
depends="python-setuptools"
|
|
||||||
pycompile_module="cssutils encutils"
|
|
||||||
short_desc="A CSS Cascading Style Sheets library for Python2"
|
|
||||||
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
|
|
||||||
license="LGPL-3"
|
|
||||||
homepage="https://pypi.org/project/cssutils/"
|
|
||||||
distfiles="${PYPI_SITE}/c/cssutils/cssutils-${version}.tar.gz"
|
|
||||||
checksum=a2fcf06467553038e98fea9cfe36af2bf14063eb147a70958cfcaa8f5786acaf
|
|
||||||
|
|
||||||
alternatives="
|
|
||||||
cssutils:csscapture:/usr/bin/csscapture2
|
|
||||||
cssutils:csscombine:/usr/bin/csscombine2
|
|
||||||
cssutils:cssparse:/usr/bin/cssparse2"
|
|
||||||
|
|
||||||
python3-cssutils_package() {
|
|
||||||
alternatives="
|
|
||||||
cssutils:csscapture:/usr/bin/csscapture3
|
|
||||||
cssutils:csscombine:/usr/bin/csscombine3
|
|
||||||
cssutils:cssparse:/usr/bin/cssparse3"
|
|
||||||
archs=noarch
|
|
||||||
pycompile_module="cssutils encutils"
|
|
||||||
depends="python3-setuptools"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/bin/*3
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-cssutils
|
|
17
srcpkgs/python3-cssutils/template
Normal file
17
srcpkgs/python3-cssutils/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'python3-cssutils'
|
||||||
|
pkgname=python3-cssutils
|
||||||
|
version=1.0.2
|
||||||
|
revision=4
|
||||||
|
wrksrc="cssutils-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-setuptools"
|
||||||
|
short_desc="CSS Cascading Style Sheets library for Python3"
|
||||||
|
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
|
||||||
|
# source files write 3.0-or-later, PKG-INFO writes 2.1
|
||||||
|
license="LGPL-3.0-or-later"
|
||||||
|
homepage="https://pypi.org/project/cssutils/"
|
||||||
|
distfiles="${PYPI_SITE}/c/cssutils/cssutils-${version}.tar.gz"
|
||||||
|
checksum=a2fcf06467553038e98fea9cfe36af2bf14063eb147a70958cfcaa8f5786acaf
|
||||||
|
|
||||||
|
conflicts="python-cssutils>=0"
|
Loading…
Reference in a new issue