diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-02-16 07:36:23 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-02-16 07:36:23 +0000 |
| commit | 7f30a60c372025da20f09c6611ffd5b5144ae570 (patch) | |
| tree | 41c20303111e57502361380f3fc88706c85dd1a4 /dev-python/nnpy | |
| parent | de5efa79f1668209858e9abb6e3873f9f7f3f1be (diff) | |
| download | baldeagleos-repo-7f30a60c372025da20f09c6611ffd5b5144ae570.tar.gz baldeagleos-repo-7f30a60c372025da20f09c6611ffd5b5144ae570.tar.xz baldeagleos-repo-7f30a60c372025da20f09c6611ffd5b5144ae570.zip | |
Adding metadata
Diffstat (limited to 'dev-python/nnpy')
| -rw-r--r-- | dev-python/nnpy/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/nnpy/nnpy-1.4.2-r1.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/dev-python/nnpy/Manifest b/dev-python/nnpy/Manifest index 8d130691ad33..9e65e9a64a32 100644 --- a/dev-python/nnpy/Manifest +++ b/dev-python/nnpy/Manifest @@ -1 +1,2 @@ +DIST nnpy-1.4.2.gh.tar.gz 4830 BLAKE2B 7e1e3d3ade400e96e43504e490f22e5595850d54e80d4591fa0a519a47a492aaf569d9937c4ee05fc9504c4beb5cb2ef8496a65874e64b6162087eade6762906 SHA512 b0908e3b53ac62d8a41ecadd412b2c4bff69773d5eeecc2eb72cad2667c3a14405dc1dfa6f2cdf4f81cf76b9eadbcdca5bdfa1499a2f0c3beddbacbd3e21b7d7 DIST nnpy-1.4.2.tar.gz 4830 BLAKE2B 7e1e3d3ade400e96e43504e490f22e5595850d54e80d4591fa0a519a47a492aaf569d9937c4ee05fc9504c4beb5cb2ef8496a65874e64b6162087eade6762906 SHA512 b0908e3b53ac62d8a41ecadd412b2c4bff69773d5eeecc2eb72cad2667c3a14405dc1dfa6f2cdf4f81cf76b9eadbcdca5bdfa1499a2f0c3beddbacbd3e21b7d7 diff --git a/dev-python/nnpy/nnpy-1.4.2-r1.ebuild b/dev-python/nnpy/nnpy-1.4.2-r1.ebuild new file mode 100644 index 000000000000..c861fbdb5d00 --- /dev/null +++ b/dev-python/nnpy/nnpy-1.4.2-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{7,8,9,10,11} ) + +inherit distutils-r1 + +DESCRIPTION="cffi-based Python bindings for nanomsg" +HOMEPAGE=" + https://github.com/nanomsg/nnpy/ + https://pypi.org/project/nnpy/ +" +SRC_URI=" + https://github.com/nanomsg/nnpy/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm" + +DEPEND=" + dev-python/cffi:=[${PYTHON_USEDEP}] + dev-libs/nanomsg:= +" +RDEPEND=" + ${DEPEND} +" + +distutils_enable_tests unittest |
