1
0
Fork 0

dev-python/resampy: new package, add 0.4.2, 9999

This commit is contained in:
Ryan Fox 2022-10-02 12:30:27 -07:00
parent ac90c73fea
commit 870e6f880e
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
4 changed files with 80 additions and 0 deletions

View File

@ -0,0 +1,4 @@
DIST resampy-0.4.2.gh.tar.gz 3111342 BLAKE2B bdeb35f96c48ac6cece6c9912750d0f83e00056bad21772a7e97c6fadebf2d1e4049c0c517f6d95f69c419a35e7ac4380deef6a39cb7b197649b3e8c0043e5f7 SHA512 b2b5bfbf4e48887e166be34063b7cf55edfc83387cb6ad84d68b9501ed9d5388b07eb0c207e6f0266bd8716ef407200e174852e7336ac06233cf17aea40dccf6
EBUILD resampy-0.4.2.ebuild 678 BLAKE2B 0acfc7dcdbeead04e505c6eaf975eb807408e2bd866c2bcf81db8cabb0dba429e3d841c2964a12f745ded4f4ea680190fc64114b70b9bbba09077176a9def5df SHA512 845973ea7db428d5f36e6e3f6b0006dc592a37f1e924156a4fb93162ad151676f7f17675ac2b3b1cc099450dae2513f9a76b83cad0db496f1d4ea37efd1c2f0f
EBUILD resampy-9999.ebuild 678 BLAKE2B 0acfc7dcdbeead04e505c6eaf975eb807408e2bd866c2bcf81db8cabb0dba429e3d841c2964a12f745ded4f4ea680190fc64114b70b9bbba09077176a9def5df SHA512 845973ea7db428d5f36e6e3f6b0006dc592a37f1e924156a4fb93162ad151676f7f17675ac2b3b1cc099450dae2513f9a76b83cad0db496f1d4ea37efd1c2f0f
MISC metadata.xml 366 BLAKE2B 202490a7667f7d745c872202ef33973ce522f918aabccbdc9ffd8a206dad2f0498ac45a6d8f800ad0bea5141287c97f95873d47771fe0d5c500b5ec63889e703 SHA512 6293836e4e8d4378981cbecfe1a7b9887ee2f99e36a24b759b40fb50a1fc531a558b05e65a81dfe13a48cc8be226a5655900489cf8b15e27d1bc07722dabb96b

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>flewkey@2a03.party</email>
<name>Ryan Fox</name>
</maintainer>
<upstream>
<remote-id type="pypi">resampy</remote-id>
<remote-id type="github">bmcfee/resampy</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,32 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/bmcfee/resampy.git"
EGIT_SUBMODULES=()
else
SRC_URI="https://github.com/bmcfee/resampy/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="Efficient resampler for Python"
HOMEPAGE="https://resampy.readthedocs.io/"
LICENSE="ISC"
SLOT="0"
RESTRICT="test"
DEPEND=""
RDEPEND="
${DEPEND}
dev-python/numba[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
"
BDEPEND=""

View File

@ -0,0 +1,32 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/bmcfee/resampy.git"
EGIT_SUBMODULES=()
else
SRC_URI="https://github.com/bmcfee/resampy/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="Efficient resampler for Python"
HOMEPAGE="https://resampy.readthedocs.io/"
LICENSE="ISC"
SLOT="0"
RESTRICT="test"
DEPEND=""
RDEPEND="
${DEPEND}
dev-python/numba[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
"
BDEPEND=""