python-toml: drop package
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
# Template file for 'python-toml'
|
||||
pkgname=python-toml
|
||||
version=0.10.0
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="toml-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="toml"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="Python2 library for TOML"
|
||||
maintainer="AcidBear <jake.slazenger@yandex.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/uiri/toml"
|
||||
distfiles="${PYPI_SITE}/t/toml/toml-${version}.tar.gz"
|
||||
checksum=229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05e73d5c
|
||||
|
||||
pkg_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3-toml_package() {
|
||||
archs=noarch
|
||||
depends="python3"
|
||||
pycompile_module="toml"
|
||||
short_desc=${short_desc/Python2/Python3}
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
python-toml
|
||||
18
srcpkgs/python3-toml/template
Normal file
18
srcpkgs/python3-toml/template
Normal file
@@ -0,0 +1,18 @@
|
||||
# Template file for 'python3-toml'
|
||||
pkgname=python3-toml
|
||||
version=0.10.0
|
||||
revision=3
|
||||
wrksrc="toml-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Python3 library for TOML"
|
||||
maintainer="AcidBear <jake.slazenger@yandex.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/uiri/toml"
|
||||
distfiles="${PYPI_SITE}/t/toml/toml-${version}.tar.gz"
|
||||
checksum=229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05e73d5c
|
||||
|
||||
pkg_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
Reference in New Issue
Block a user