diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-07-07 06:18:32 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-07-07 06:18:32 +0000 |
| commit | ae390be3f823329144e22d3047a015ae77f699ee (patch) | |
| tree | 5b440c0fcced9b901ffe7e723a51cdb48daffec2 /dev-python/editables | |
| parent | 614995a31f74ac31f31b40fc07132c59accc31d4 (diff) | |
| download | baldeagleos-repo-ae390be3f823329144e22d3047a015ae77f699ee.tar.gz baldeagleos-repo-ae390be3f823329144e22d3047a015ae77f699ee.tar.xz baldeagleos-repo-ae390be3f823329144e22d3047a015ae77f699ee.zip | |
Adding metadata
Diffstat (limited to 'dev-python/editables')
| -rw-r--r-- | dev-python/editables/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/editables/editables-0.4.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/editables/Manifest b/dev-python/editables/Manifest index 9211bed99bcb..d2582ac082d0 100644 --- a/dev-python/editables/Manifest +++ b/dev-python/editables/Manifest @@ -1 +1,2 @@ DIST editables-0.3.gh.tar.gz 12493 BLAKE2B 95e05e7553efa4856ee5bde2c18a2566f1e65318bfc46c8ecd732f4d6b42f10ce54cc3aecc4d53bcfc627e6938c4155d48a39ced5f64395dbafb9187cb009e4f SHA512 493f20d1e6b39f8ed6668adc208723d447a31ae3c3087f7db9a9a0de617958e8afebd3b3a1836638f749fb0ec911e51256b727deb4c0ce08327356238df0a3f3 +DIST editables-0.4.gh.tar.gz 15248 BLAKE2B 331686fb4e4f912f88c7565ffe4788adbd738be779a9d0c18b786f3fc81f7429fc71050c65afb324f482fb6a12cec512eec99f6eb30b770e297f512c5496ba78 SHA512 59c72544198668d6022a133a0e7a8f559ba23e618a0359c810dde2665177224704d409fac973d05869215007f118faaa7678e7ef83b7f44b50a5e283b26eec92 diff --git a/dev-python/editables/editables-0.4.ebuild b/dev-python/editables/editables-0.4.ebuild new file mode 100644 index 000000000000..d86425da5a64 --- /dev/null +++ b/dev-python/editables/editables-0.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="A Python library for creating 'editable wheels'" +HOMEPAGE=" + https://pypi.org/project/editables/ + https://github.com/pfmoore/editables/ +" +SRC_URI=" + https://github.com/pfmoore/editables/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + +distutils_enable_tests pytest |
