-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST uhi-0.4.0.tar.gz 52953 BLAKE2B b0c16c58c676f405d7b46398507968e92e4c3939a53224b49cbd935c3473800341903a9e9c5e3c598d68f171a9ec098feedaa774b2bbfe780581a663e99b2592 SHA512 4f7f0bdce3fef14c8789e0860956d6d4d2ab91e48eb95b6bceb67aef47b23a260f0f33a565c052fe48933f108adfe32f4c28c8cf874cc908929d407687bbc385 | ||
DIST uhi-0.5.0.tar.gz 25769 BLAKE2B a920a17671bb98ee809264c762189feefc0eaed8b24b616e726fa646728c9ca8cfa518077d9b6e94c55505ea41d6dcbd7c937fd4407c80e8995df80ccdfeec54 SHA512 97bd42b9135360888488106554c9c3ad042b0e4f7eabc7abf7edadec978261032c40ab43e3e1c4df7aa6b4447f403085767b4d9beb5c9bdc50466e049a9d3080 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
EAPI=8 | ||
|
||
PYTHON_COMPAT=( python3_{10..13} ) | ||
DISTUTILS_USE_PEP517=hatchling | ||
SETUPTOOLS_SCM_PRETEND_VERSION=${PV} | ||
inherit distutils-r1 pypi | ||
|
||
DESCRIPTION="Universal Histogram Interface" | ||
HOMEPAGE="https://github.com/scikit-hep/uhi" | ||
|
||
LICENSE="BSD" | ||
SLOT="0" | ||
KEYWORDS="~amd64" | ||
|
||
RDEPEND=" | ||
>=dev-python/numpy-1.13.3[${PYTHON_USEDEP}] | ||
test? ( | ||
dev-python/pytest[${PYTHON_USEDEP}] | ||
dev-python/fastjsonschema[${PYTHON_USEDEP}] | ||
>=dev-python/boost-histogram-1.0[${PYTHON_USEDEP}] | ||
) | ||
" | ||
BDEPEND=" | ||
${RDEPEND} | ||
dev-python/hatch-vcs[${PYTHON_USEDEP}] | ||
" | ||
|
||
distutils_enable_tests pytest |