Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CDS
gentoo-overlay
Commits
4776dac0
Commit
4776dac0
authored
May 26, 2020
by
layman
Browse files
add new ebuild for gwpy-1.0.1
parent
68180630
Changes
2
Hide whitespace changes
Inline
Side-by-side
sci-physics/gwpy/Manifest
View file @
4776dac0
DIST gwpy-0.14.2.tar.gz 1198448 BLAKE2B 34cd991cedc01d6d13992e263b338e5d259372eff372f3991ed8d473120f0780630c38255b442ae0da2814f2d527e95901f07a0f8f7d54867b865336e29674d6 SHA512 f66ccdda7f901d91dc5dd2f02d320e1f251a98a51c794b92f41fab04a93d78044d01cf045ae8b06148ff6d90fd14dfc1a9cdf460cc23281314901af215754ae5
DIST gwpy-1.0.1.tar.gz 1223158 BLAKE2B 38ec64d7bf03e55f8ca30d4c018173b65387df43ce52cbfbd504b4c8ae0b87a47254ef24090fd07593b6ee619630d35dd02cdeb605697279fd70d8bfd9e0c234 SHA512 1585c1270276761253979337d87dc8ae2990386e8643ed41fcaaed3e71e24bc2728eeeeb647219d03d8291e8ceb088d072c16a7dbb24ce45ddbaab2b2af3a95c
EBUILD gwpy-0.14.2.ebuild 1096 BLAKE2B a969d0ebccc32281190e976c0314cb9ada900fa8718eb72c7ed7ba868722d90813dc1798a98638c537d46803dc2c75250b193ad9c5e5fe46158609b91eaf700a SHA512 99fb870e4e6168a1e9e2563c615f130241ae750bdb943ba08075acb53cc45379abfb28b8002d282647c2c3b4b3f2a2c8aa24bdf3fbd86c06dabf4d9d05d1a48b
EBUILD gwpy-1.0.1.ebuild 1114 BLAKE2B 38ba1492d870a8c405f60cfaaa9468a1b2e8b57b62f5b4d441eb9469174fa49232b77a78c76041d2bb557eb08ec059aa243d615bc4a54966cdcb8da2912fa260 SHA512 7cb89965befc80476f433507ee6ff9afad68971205eba0882a192c57031b10e2f29c93d1e4a6ade44c6825a90e2e8819f6dfc94a56ee2b1307d93cc3d81c19fa
sci-physics/gwpy/gwpy-1.0.1.ebuild
0 → 100644
View file @
4776dac0
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI
=
7
PYTHON_COMPAT
=(
pypy
{
,3
}
python3_
{
4,5,6,7
}
)
inherit distutils-r1
SRC_URI
=
"mirror://pypi/
${
PN
:0:1
}
/
${
PN
}
/
${
P
}
.tar.gz"
KEYWORDS
=
"~amd64 ~x86"
DESCRIPTION
=
"GWpy is a collaboration-driven Python package providing tools for studying data from ground-based gravitational-wave detectors."
HOMEPAGE
=
"https://gwpy.github.io/docs/stable/index.html"
LICENSE
=
"GPL-3+"
SLOT
=
"0"
RDEPEND
=
"
>=dev-python/astropy-1.3.0[
${
PYTHON_USEDEP
}
]
dev-python/python-dateutil[
${
PYTHON_USEDEP
}
]
>=dev-python/h5py-1.3[
${
PYTHON_USEDEP
}
]
>dev-python/matplotlib-2.1.1[
${
PYTHON_USEDEP
}
]
>=dev-python/numpy-1.7.1[
${
PYTHON_USEDEP
}
]
>=sci-libs/scipy-0.12.1[
${
PYTHON_USEDEP
}
]
>=dev-python/six-1.5[
${
PYTHON_USEDEP
}
]
>=dev-python/tqdm-4.10.0[
${
PYTHON_USEDEP
}
]
sci-libs/dqsegdb2[
${
PYTHON_USEDEP
}
]
>=sci-libs/gwosc-0.4.0[
${
PYTHON_USEDEP
}
]
sci-libs/gwdatafind[
${
PYTHON_USEDEP
}
]
>=sci-libs/ligo-segments-1.0.0[
${
PYTHON_USEDEP
}
]
>=sci-libs/ligotimegps-1.2.1[
${
PYTHON_USEDEP
}
]
"
BDEPEND
=
"dev-python/setuptools[
${
PYTHON_USEDEP
}
]"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment