public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Amy Liffey" <amynka@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/serverfiles/
Date: Sun,  5 Aug 2018 16:21:41 +0000 (UTC)	[thread overview]
Message-ID: <1533485980.df9c050629bdfd591ad676df5f9d968c8f6716b6.amynka@gentoo> (raw)

commit:     df9c050629bdfd591ad676df5f9d968c8f6716b6
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  5 16:18:07 2018 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Sun Aug  5 16:19:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df9c0506

dev-python/serverfiles: Initial commit dep for Orange

Bug: https://bugs.gentoo.org/661018
Suggested-by: Nils Freydank <holgersson <AT> posteo.de>
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/serverfiles/Manifest                 |  1 +
 dev-python/serverfiles/metadata.xml             |  7 +++++++
 dev-python/serverfiles/serverfiles-0.2.1.ebuild | 26 +++++++++++++++++++++++++
 3 files changed, 34 insertions(+)

diff --git a/dev-python/serverfiles/Manifest b/dev-python/serverfiles/Manifest
new file mode 100644
index 00000000000..82de8390c5f
--- /dev/null
+++ b/dev-python/serverfiles/Manifest
@@ -0,0 +1 @@
+DIST serverfiles-0.2.1.tar.gz 10506 BLAKE2B b653248261f05b20fa65a566e29065e97679383e44d3e8c05d10d1601376de2c39e1690a7ec1b1b3c680f407086294ea0769e030702fd01bff8833cc32889b8e SHA512 80512dfd8381f12aa143a88fb656bc7dca99fbc3c07a0b6cd9c7be8477de984a5121ffdb2f4cfe0f2150b83100b68ee478cfa7f26ea2f29e4a6fb7fe4eb0c18e

diff --git a/dev-python/serverfiles/metadata.xml b/dev-python/serverfiles/metadata.xml
new file mode 100644
index 00000000000..007aaf442ea
--- /dev/null
+++ b/dev-python/serverfiles/metadata.xml
@@ -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>

diff --git a/dev-python/serverfiles/serverfiles-0.2.1.ebuild b/dev-python/serverfiles/serverfiles-0.2.1.ebuild
new file mode 100644
index 00000000000..5c126357093
--- /dev/null
+++ b/dev-python/serverfiles/serverfiles-0.2.1.ebuild
@@ -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}"
+}


             reply	other threads:[~2018-08-05 16:21 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-05 16:21 Amy Liffey [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-01-18 18:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/serverfiles/ Michał Górny
2020-04-26 10:17 Michał Górny
2021-01-23  0:11 Michał Górny
2021-01-23  0:11 Michał Górny
2021-06-05 18:20 Michał Górny
2021-10-17  9:31 Michał Górny
2023-01-20 17:55 Arthur Zamarin
2023-01-20 17:55 Arthur Zamarin
2023-01-27 20:10 Michał Górny
2023-06-01 14:59 Michał Górny
2023-11-23 19:38 Michał Górny
2024-04-17 21:02 Conrad Kostecki
2024-05-18  9:29 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1533485980.df9c050629bdfd591ad676df5f9d968c8f6716b6.amynka@gentoo \
    --to=amynka@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox