IDK some changes
This commit is contained in:
parent
e1342fac76
commit
c6d43c7eeb
8 changed files with 34 additions and 59 deletions
17
dev-python/sunpy/sunpy-7.1.0.ebuild
Normal file
17
dev-python/sunpy/sunpy-7.1.0.ebuild
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{12..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python for Solar Physics"
|
||||
HOMEPAGE="http://www.sunpy.org"
|
||||
|
||||
SRC_URI="https://files.pythonhosted.org/packages/90/47/51e60a50775b72650dad5ce9fecbb96ca2997625ed49ea7120564e3e680c/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Loading…
Add table
Add a link
Reference in a new issue