Github messages for voidlinux
 help / color / mirror / Atom feed
From: Boebbele <Boebbele@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: python3-efl: remove package.
Date: Sat, 13 Feb 2021 17:10:36 +0100	[thread overview]
Message-ID: <20210213161036.-PotUKZb_6xVqhb2yXwQsh1-MG1zP1d9eL31V2zr_P4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-28502@inbox.vuxu.org>

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

New comment by Boebbele on void-packages repository

https://github.com/void-linux/void-packages/pull/28502#issuecomment-778639159

Comment:
Here is a template for python3-efl...if someone need it:
```
# Template file for 'python3-efl'
pkgname=python3-efl
version=1.25.0
revision=1
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"
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=99e06df773647acfb8e04786d6958bee5b8deae41d996ccaa68d7cca7b30612e

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
}

```

  parent reply	other threads:[~2021-02-13 16:10 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-05  3:48 [PR PATCH] " 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 [this message]
2021-02-13 16:21 ` ericonr
2021-02-13 16:45 ` Boebbele

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210213161036.-PotUKZb_6xVqhb2yXwQsh1-MG1zP1d9eL31V2zr_P4@z \
    --to=boebbele@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).