Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-efl: remove package.
@ 2021-02-05  3:48 ericonr
  2021-02-05  9:07 ` Boebbele
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: ericonr @ 2021-02-05  3:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 545 bytes --]

There is a new pull request by ericonr against master on the void-packages repository

https://github.com/ericonr/void-packages pyefl
https://github.com/void-linux/void-packages/pull/28502

python3-efl: remove package.
@q66 only dependant was econnman, which you dropped already. If you think it's worth keeping, please update it. I'm slating for removal because I was going to update it and realized I didn't have any application with which to test it.

A patch file from https://github.com/void-linux/void-packages/pull/28502.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pyefl-28502.patch --]
[-- Type: text/x-diff, Size: 2464 bytes --]

From 8cfad88c112ecf82a560c82408caf0562523fde4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Fri, 5 Feb 2021 00:46:03 -0300
Subject: [PATCH] python3-efl: remove package.

---
 srcpkgs/python3-efl/template      | 42 -------------------------------
 srcpkgs/removed-packages/template |  1 +
 2 files changed, 1 insertion(+), 42 deletions(-)
 delete mode 100644 srcpkgs/python3-efl/template

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
deleted file mode 100644
index bddfb373625..00000000000
--- a/srcpkgs/python3-efl/template
+++ /dev/null
@@ -1,42 +0,0 @@
-# Template file for 'python3-efl'
-pkgname=python3-efl
-version=1.23.0
-revision=4
-wrksrc=python-efl-${version}
-build_style=python3-module
-pycompile_module="efl"
-hostmakedepends="pkg-config python3-devel python3-Cython"
-makedepends="efl-devel python-dbus-devel"
-depends="python3-dbus"
-short_desc="Python3 bindings for Enlightenment Foundation Libraries"
-maintainer="q66 <daniel@octaforge.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
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 229c78a6bcc..f0e2bf2e530 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -184,6 +184,7 @@ replaces="
  python-pyside<=1.2.2_7
  python-pytest-relaxed<=1.1.2_2
  python3-Django<=3.0.7_2
+ python3-efl<=1.23.0_4
  python3-pyPEG2<=2.15.2_7
  qimageblitz<=0.0.6_4
  qucs<=0.0.19_2

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2021-02-13 16:45 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05  3:48 [PR PATCH] python3-efl: remove package ericonr
2021-02-05  9:07 ` Boebbele
2021-02-05 12:35 ` ericonr
2021-02-05 12:46 ` Boebbele
2021-02-05 12:55 ` Boebbele
2021-02-05 13:20 ` ericonr
2021-02-05 13:40 ` Boebbele
2021-02-05 13:40 ` Boebbele
2021-02-05 13:44 ` Boebbele
2021-02-05 13:54 ` ericonr
2021-02-05 14:40 ` Boebbele
2021-02-05 18:29 ` [PR PATCH] [Closed]: " q66
2021-02-05 18:35 ` ericonr
2021-02-05 20:14 ` Boebbele
2021-02-05 20:41 ` q66
2021-02-05 20:41 ` q66
2021-02-05 21:01 ` Boebbele
2021-02-13  8:13 ` gorkawien
2021-02-13  9:00 ` gorkawien
2021-02-13  9:06 ` gorkawien
2021-02-13 16:10 ` Boebbele
2021-02-13 16:21 ` ericonr
2021-02-13 16:45 ` Boebbele

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).