diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /dev-python/ssl-fetch | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/ssl-fetch')
| -rw-r--r-- | dev-python/ssl-fetch/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/ssl-fetch/metadata.xml | 16 | ||||
| -rw-r--r-- | dev-python/ssl-fetch/ssl-fetch-0.4.ebuild | 37 | ||||
| -rw-r--r-- | dev-python/ssl-fetch/ssl-fetch-9999.ebuild | 40 |
4 files changed, 94 insertions, 0 deletions
diff --git a/dev-python/ssl-fetch/Manifest b/dev-python/ssl-fetch/Manifest new file mode 100644 index 000000000000..0b69e60f8734 --- /dev/null +++ b/dev-python/ssl-fetch/Manifest @@ -0,0 +1 @@ +DIST ssl-fetch-0.4.tar.gz 11663 BLAKE2B c75173f40367d1e84a0ed3e13dbc7e6b8270302bf64168487061195cd1d24a593630ca650bfac4ed867d4146e8bad438cac8bfecca86180d2ca23d9ccafa9e5d SHA512 6b31a5dc5d3a566eded6ca284a3edac8c308596dd5a1971d13223e55abdd2ddc4d3e1eca5f369c1c05540bafcb6c273e5ef1eae627a7a9170bc262a0cda06696 diff --git a/dev-python/ssl-fetch/metadata.xml b/dev-python/ssl-fetch/metadata.xml new file mode 100644 index 000000000000..77a51d5562f8 --- /dev/null +++ b/dev-python/ssl-fetch/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>dastergon@gentoo.org</email> + <name>Pavlos Ratis</name> + </maintainer> + <maintainer type="project"> + <email>tools-portage@gentoo.org</email> + <name>Gentoo Portage tools team</name> + </maintainer> + <upstream> + <remote-id type="github">dol-sen/ssl-fetch</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata> diff --git a/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild b/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild new file mode 100644 index 000000000000..adde725cad0d --- /dev/null +++ b/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=no + +inherit distutils-r1 + +DESCRIPTION="A small convenience library for fetching files securely" +HOMEPAGE="https://github.com/dol-sen/ssl-fetch" +SRC_URI="https://dev.gentoo.org/~dolsen/releases/ssl-fetch/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" + +DEPEND="" + +RDEPEND="${DEPEND} + >=dev-python/requests-1.2.1[${PYTHON_USEDEP}] + " + +pkg_postinst() { + echo + elog "This is beta software." + elog "The APIs it installs should be considered unstable" + elog "and are subject to change in these early versions." + elog + elog "Please file any enhancement requests, or bugs" + elog "at https://github.com/dol-sen/ssl-fetch/issues" + elog "I am also on IRC @ #gentoo-portage, #gentoo-keys,... of the Freenode network" + echo +} diff --git a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild new file mode 100644 index 000000000000..0cec3a3935e8 --- /dev/null +++ b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=no + +EGIT_BRANCH="master" + +inherit distutils-r1 git-r3 + +DESCRIPTION="A small convenience library for fetching files securely" +HOMEPAGE="https://github.com/dol-sen/ssl-fetch" +SRC_URI="" +EGIT_REPO_URI="https://github.com/dol-sen/ssl-fetch.git" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +KEYWORDS="" + +DEPEND="" + +RDEPEND="${DEPEND} + >=dev-python/requests-1.2.1[${PYTHON_USEDEP}] + " + +pkg_postinst() { + echo + elog "This is experimental software." + elog "The APIs it installs should be considered unstable" + elog "and are subject to change." + echo + elog "Please file any enhancement requests, or bugs" + elog "at https://github.com/dol-sen/ssl-fetch/issues" + elog "I am also on IRC @ #gentoo-portage, #gentoo-keys,... of the freenode network" + echo +} |
