All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Marcin Niestrój" <m.niestroj@grinn-global.com>
To: James Hilliard <james.hilliard1@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/2] package/python-dbus-fast: new package
Date: Thu, 03 Nov 2022 11:23:36 +0100	[thread overview]
Message-ID: <87wn8cmj22.fsf@grinn-global.com> (raw)
In-Reply-To: <CADvTj4pKWU2GDvmtrLqEX9MESebPS0Arpa+n3WbXD7d30wDP6w@mail.gmail.com>


James Hilliard <james.hilliard1@gmail.com> writes:

> On Wed, Nov 2, 2022 at 9:48 PM Marcin Niestroj
> <m.niestroj@grinn-global.com> wrote:
>>
>> Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
>> ---
>>  DEVELOPERS                                    |  2 +
>>  package/Config.in                             |  1 +
>>  package/python-dbus-fast/Config.in            |  9 ++++
>>  .../python-dbus-fast/python-dbus-fast.hash    |  5 +++
>>  package/python-dbus-fast/python-dbus-fast.mk  | 14 ++++++
>>  .../tests/package/sample_python_dbus_fast.py  | 44 +++++++++++++++++++
>>  .../tests/package/test_python_dbus_fast.py    | 40 +++++++++++++++++
>>  7 files changed, 115 insertions(+)
>>  create mode 100644 package/python-dbus-fast/Config.in
>>  create mode 100644 package/python-dbus-fast/python-dbus-fast.hash
>>  create mode 100644 package/python-dbus-fast/python-dbus-fast.mk
>>  create mode 100644 support/testing/tests/package/sample_python_dbus_fast.py
>>  create mode 100644 support/testing/tests/package/test_python_dbus_fast.py

[...snip...]

>> diff --git a/package/python-dbus-fast/python-dbus-fast.mk b/package/python-dbus-fast/python-dbus-fast.mk
>> new file mode 100644
>> index 0000000000..74a02eb5b9
>> --- /dev/null
>> +++ b/package/python-dbus-fast/python-dbus-fast.mk
>> @@ -0,0 +1,14 @@
>> +################################################################################
>> +#
>> +# python-dbus-fast
>> +#
>> +################################################################################
>> +
>> +PYTHON_DBUS_FAST_VERSION = 1.61.1
>> +PYTHON_DBUS_FAST_SOURCE = dbus_fast-$(PYTHON_DBUS_FAST_VERSION).tar.gz
>> +PYTHON_DBUS_FAST_SITE = https://files.pythonhosted.org/packages/dd/f4/a280d46b119d59f6a3d84abf474452ae76651558b0963ab8c48ae13b5a44
>> +PYTHON_DBUS_FAST_SETUP_TYPE = setuptools
>> +PYTHON_DBUS_FAST_LICENSE = MIT
>> +PYTHON_DBUS_FAST_LICENSE_FILES = LICENSE
>
> Maybe just add this(to ensure we build with optimizations) and spin a
> v2 to replace mine?:
> PYTHON_DBUS_FAST_ENV = REQUIRE_CYTHON=1
> PYTHON_DBUS_FAST_DEPENDENCIES = host-python-cython
>

Just sent v2, thanks!

--
Marcin Niestrój
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2022-11-03 10:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-03  1:41 [Buildroot] [PATCH 1/2] package/python-dbus-fast: new package Marcin Niestroj
2022-11-03  1:41 ` [Buildroot] [PATCH 2/2] package/python-bleak: bump version to 0.19.1 Marcin Niestroj
2022-11-03  2:06 ` [Buildroot] [PATCH 1/2] package/python-dbus-fast: new package Marcin Niestrój
2022-11-03  3:01 ` James Hilliard
2022-11-03 10:23   ` Marcin Niestrój [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-02 18:57 James Hilliard
2022-11-03  1:53 ` Marcin Niestrój
2022-11-03  3:06   ` James Hilliard

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=87wn8cmj22.fsf@grinn-global.com \
    --to=m.niestroj@grinn-global.com \
    --cc=buildroot@buildroot.org \
    --cc=james.hilliard1@gmail.com \
    --cc=thomas.petazzoni@bootlin.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.