Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
frainz
FeM Overlay
Commits
3a76a1b8
Commit
3a76a1b8
authored
Aug 06, 2021
by
Adrian Schollmeyer
Browse files
dev-python/gitlab: Add new package
Package-Manager: Portage-3.0.20, Repoman-3.0.2
parent
a96168d3
Changes
3
Hide whitespace changes
Inline
Side-by-side
dev-python/gitlab/Manifest
0 → 100644
View file @
3a76a1b8
DIST python-gitlab-2.10.0.tar.gz 178562 BLAKE2B 5f590ff5020d558ec6037ee0337c3f05f3edda8e027341656526df0dd69fe4571e01eb60f5779835a209fd812c8ebe6ac5711095954cf36cbd15250bd2286bfe SHA512 89d14e3627c2549bc3a27ea9b609ad9e110cc36195fdd924290a51383f6dc805828706575aa83cc7ae7f8c173697a730a1813b0e60aa668e11c559da062919da
EBUILD gitlab-2.10.0.ebuild 829 BLAKE2B 0128a71544b21b5f5be7f88381130adfd3712b8378703146b24b8f9a382ece0f1e2c026780fff388c60c1cd1de91503a10b46a4eb414f2e8bd5614af8469136a SHA512 6bc2faa1019e8f8c922bfb0c1973ca899a66d2179e737aac24b7df41713c632c191fd6b08ce286d12f22b48cc208692b6c2785ff4468c34efe7e088590123c13
MISC metadata.xml 236 BLAKE2B 39d80163ef2430a80f7ce13b9cbfdb91125066a6a466752bd7daa673254f14ba418f2f3b7c208c4aacee039e520f70f038f002767a3a57c1f5635641f76a1ff5 SHA512 e1b29121cd25d1b446a0e687894264108071bc977a342af718b837f802008cd2a77029e3a188746c76227acdf465201736f6049b838c8334634d2ce734fbf103
dev-python/gitlab/gitlab-2.10.0.ebuild
0 → 100644
View file @
3a76a1b8
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI
=
8
PYTHON_COMPAT
=(
python3_8 python3_9 python3_10
)
inherit distutils-r1
MY_PN
=
"python-
${
PN
}
"
MY_P
=
"
${
MY_PN
}
-
${
PV
}
"
DESCRIPTION
=
"Python library to interact with the GitLab API"
HOMEPAGE
=
"https://pypi.org/project/python-gitlab/ https://github.com/python-gitlab/python-gitlab/"
SRC_URI
=
"mirror://pypi/
${
MY_PN
:0:1
}
/
${
MY_PN
}
/
${
MY_P
}
.tar.gz"
LICENSE
=
"GPL-3"
SLOT
=
"0"
KEYWORDS
=
"~amd64 ~x86"
IUSE
=
"test"
DEPEND
=
"
>=dev-python/requests-2.25.0[
${
PYTHON_USEDEP
}
]
>=dev-python/requests-toolbelt-0.9.1[
${
PYTHON_USEDEP
}
]
"
RDEPEND
=
"
${
DEPEND
}
"
BDEPEND
=
""
S
=
"
${
WORKDIR
}
/
${
MY_P
}
"
# Missing dependencies for testing (some docker stuff, which doesn't appear in
# requirements-test.txt, but still seems to be required)
RESTRICT
=
"test"
dev-python/gitlab/metadata.xml
0 → 100644
View file @
3a76a1b8
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer
type=
"person"
>
<email>
adrian.schollmeyer@fem.tu-ilmenau.de
</email>
</maintainer>
</pkgmetadata>
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