public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: "Tim Orling" <ticotimo@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 1/4] python3-hypothesis: move from meta-python
Date: Sat, 28 Nov 2020 11:39:34 -0800	[thread overview]
Message-ID: <5aa1850cbc714258bd5e74cfdc2a7a4f94d58451.1606584666.git.timothy.t.orling@linux.intel.com> (raw)
In-Reply-To: <cover.1606584666.git.timothy.t.orling@linux.intel.com>

From: Tim Orling <timothy.t.orling@linux.intel.com>

A library for property-based testing

* Part of the dependency chain for python3-numpy ptest

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
---
 .../python/python3-hypothesis_5.41.3.bb            | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta/recipes-devtools/python/python3-hypothesis_5.41.3.bb

diff --git a/meta/recipes-devtools/python/python3-hypothesis_5.41.3.bb b/meta/recipes-devtools/python/python3-hypothesis_5.41.3.bb
new file mode 100644
index 00000000000..b7bf15c31ed
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-hypothesis_5.41.3.bb
@@ -0,0 +1,14 @@
+SUMMARY = "A library for property-based testing"
+HOMEPAGE = "https://github.com/HypothesisWorks/hypothesis/tree/master/hypothesis-python"
+LICENSE = "MPL-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4ee62c16ebd0f4f99d906f36b7de8c3c"
+
+PYPI_PACKAGE = "hypothesis"
+
+inherit pypi setuptools3
+
+SRC_URI[sha256sum] = "6a3471ff74864ab04a0650c75500ef15f2f4a901d49ccbb7cbec668365736688"
+
+RDEPENDS_${PN} += "python3-core"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.25.0


       reply	other threads:[~2020-11-28 19:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1606584666.git.timothy.t.orling@linux.intel.com>
2020-11-28 19:39 ` Tim Orling [this message]
2020-11-28 19:39 ` [PATCH 2/4] python3-sortedcontainers: move from meta-python Tim Orling
2020-11-28 19:39 ` [PATCH 3/4] maintainers.inc: add self for new python recipes Tim Orling
2020-11-28 19:39 ` [PATCH 4/4] python3-hypothesis: upgrade 5.41.3 -> 5.41.4 Tim Orling

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=5aa1850cbc714258bd5e74cfdc2a7a4f94d58451.1606584666.git.timothy.t.orling@linux.intel.com \
    --to=ticotimo@gmail.com \
    --cc=openembedded-core@lists.openembedded.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