mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
dev-python/serverfiles: Initial commit dep for Orange
Bug: https://bugs.gentoo.org/661018 Suggested-by: Nils Freydank <holgersson@posteo.de> Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
1
dev-python/serverfiles/Manifest
Normal file
1
dev-python/serverfiles/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST serverfiles-0.2.1.tar.gz 10506 BLAKE2B b653248261f05b20fa65a566e29065e97679383e44d3e8c05d10d1601376de2c39e1690a7ec1b1b3c680f407086294ea0769e030702fd01bff8833cc32889b8e SHA512 80512dfd8381f12aa143a88fb656bc7dca99fbc3c07a0b6cd9c7be8477de984a5121ffdb2f4cfe0f2150b83100b68ee478cfa7f26ea2f29e4a6fb7fe4eb0c18e
|
||||
7
dev-python/serverfiles/metadata.xml
Normal file
7
dev-python/serverfiles/metadata.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>amynka@gentoo.org</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
26
dev-python/serverfiles/serverfiles-0.2.1.ebuild
Normal file
26
dev-python/serverfiles/serverfiles-0.2.1.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6})
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Utility for accessing HTTP server and storing files locally for reuse"
|
||||
HOMEPAGE="https://github.com/biolab/serverfiles"
|
||||
SRC_URI="https://github.com/biolab/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-python/requests-2.11.1[${PYTHON_USEDEP}]"
|
||||
DEPEND="${DEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools_scm[${PYTHON_USEDEP}]
|
||||
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
|
||||
|
||||
python_test(){
|
||||
py.test -v || die "Tests fail with ${EPYTHON}"
|
||||
}
|
||||
Reference in New Issue
Block a user