python3-efl: remove package
This package is unused in Void, hasn't been updated in five years, and requires the to-be-removed python3-Cython0.29 to build.
This commit is contained in:
parent
7225e2b940
commit
4564d9526b
|
@ -1,40 +0,0 @@
|
|||
# Template file for 'python3-efl'
|
||||
pkgname=python3-efl
|
||||
version=1.23.0
|
||||
revision=7
|
||||
build_style=python3-module
|
||||
hostmakedepends="pkg-config python3-devel python3-Cython0.29"
|
||||
makedepends="efl-devel python3-dbus-devel"
|
||||
depends="python3-dbus"
|
||||
short_desc="Python3 bindings for Enlightenment Foundation Libraries"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-3.0-only, GPL-3.0-only"
|
||||
homepage="http://enlightenment.org"
|
||||
distfiles="http://download.enlightenment.org/rel/bindings/python/python-efl-${version}.tar.xz"
|
||||
checksum=2bdef4153e3df2ed3edef9f1ebb4554054405425247a9fabb3c784b48232d69b
|
||||
|
||||
post_extract() {
|
||||
# Pre-generated cython output is incompatible with Python 3.9
|
||||
rm -f efl/elementary/__init__.c efl/evas/efl.evas.c \
|
||||
efl/utils/{conversions,logger,deprecated}.c \
|
||||
efl/emotion/efl.emotion.c efl/eo/efl.eo.c \
|
||||
efl/ecore/efl.ecore.c efl/edje/efl.edje.c \
|
||||
efl/dbus_mainloop/efl.dbus_mainloop.c \
|
||||
efl/ethumb/efl.ethumb{,_client}.c \
|
||||
efl/ecore_input/efl.ecore_input.c \
|
||||
efl/edje_edit/efl.edje_edit.c \
|
||||
efl/ecore_con/efl.ecore_con.c \
|
||||
efl/ecore_x/efl.ecore_x.c
|
||||
}
|
||||
|
||||
pre_build() {
|
||||
# any higher optimization level and gcc OOMs on i686 (even -Os)
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) export CFLAGS+=" -O1";;
|
||||
esac
|
||||
|
||||
# the build likes to add -g without asking
|
||||
if [ -z "$XBPS_DEBUG_PKGS" ]; then
|
||||
export CFLAGS+=" -g0"
|
||||
fi
|
||||
}
|
|
@ -720,6 +720,7 @@ replaces="
|
|||
python3-boto<=2.49.0_5
|
||||
python3-changelogs<=0.15.0_4
|
||||
python3-docker-pycreds<=0.4.0_4
|
||||
python3-efl<=1.23.0_7
|
||||
python3-eliot<=1.12.0_5
|
||||
python3-gitchangelog<=3.0.4_7
|
||||
python3-grako<=3.99.9_7
|
||||
|
|
Loading…
Reference in New Issue