python-yenc: drop package

Close #25150
This commit is contained in:
Đoàn Trần Công Danh 2020-10-01 08:30:51 +07:00
parent c7d57c7448
commit c9d2ed9a75
2 changed files with 0 additions and 21 deletions

View File

@ -1,20 +0,0 @@
# Template file for 'python-yenc'
pkgname=python-yenc
version=0.4.0
revision=2
wrksrc="yenc-${version}"
build_style=python2-module
hostmakedepends="python-devel"
makedepends="${hostmakedepends}"
depends="python"
pycompile_module="yenc.py"
short_desc="yEnc Module for Python2"
maintainer="Orphaned <orphan@voidlinux.org>"
homepage="https://bitbucket.org/dual75/yenc"
license="LGPL-2.1"
distfiles="http://www.golug.it/pub/yenc/yenc-${version}.tar.gz"
checksum=075f6c4e4f43b7c6dafac579eabb17287b62d80e9147cbea0b046bc3ee8edd2f
pre_build() {
sed -i 's/extra_compile_args=\[[^]]*\]/extra_compile_args=[]/' setup.py
}

View File

@ -1 +0,0 @@
pkgname="yenc"