python-ruamel.yaml: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-28 23:43:15 +07:00
parent e25e7e300f
commit ed2aff0331
3 changed files with 23 additions and 29 deletions

View file

@ -1,28 +0,0 @@
# Template file for 'python-ruamel.yaml'
pkgname=python-ruamel.yaml
version=0.16.9
revision=1
wrksrc="ruamel.yaml-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel"
short_desc="YAML parser/emitter in Python2"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://bitbucket.org/ruamel/yaml"
changelog="https://bitbucket.org/ruamel/yaml/raw/default/CHANGES"
distfiles="${PYPI_SITE}/r/ruamel.yaml/ruamel.yaml-${version}.tar.gz"
checksum=ee3264b83c3309b4ae7978afa185da6a1d278e3abc9fb942f1a0b57c622092f8
post_install() {
vlicense LICENSE
}
python3-ruamel.yaml_package() {
short_desc="${short_desc/Python2/Python3}"
depends="python3-ruamel.yaml.clib"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}

View file

@ -1 +0,0 @@
python-ruamel.yaml

View file

@ -0,0 +1,23 @@
# Template file for 'python3-ruamel.yaml'
pkgname=python3-ruamel.yaml
version=0.16.9
revision=2
wrksrc="ruamel.yaml-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
short_desc="YAML parser/emitter in Python3"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://bitbucket.org/ruamel/yaml"
changelog="https://bitbucket.org/ruamel/yaml/raw/default/CHANGES"
distfiles="${PYPI_SITE}/r/ruamel.yaml/ruamel.yaml-${version}.tar.gz"
checksum=ee3264b83c3309b4ae7978afa185da6a1d278e3abc9fb942f1a0b57c622092f8
do_check() {
:
}
post_install() {
vlicense LICENSE
}