summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2017-03-21 09:17:09 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2017-03-21 09:17:09 +0100
commitde844f0f3ac3a297e24f6efeb04572fd10a3b2ad (patch)
treedbc67bb9358e4e2f1f86bd1a2d6bf664a9310604 /dev-python
parentapp-admin/sentry: obsolete ebuild (diff)
downloadeva-de844f0f3ac3a297e24f6efeb04572fd10a3b2ad.tar.gz
eva-de844f0f3ac3a297e24f6efeb04572fd10a3b2ad.tar.bz2
eva-de844f0f3ac3a297e24f6efeb04572fd10a3b2ad.zip
dev-python/arrow: superseeded by gentoo repository
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/arrow/Manifest11
-rw-r--r--dev-python/arrow/arrow-0.7.0.ebuild29
-rw-r--r--dev-python/arrow/metadata.xml12
3 files changed, 0 insertions, 52 deletions
diff --git a/dev-python/arrow/Manifest b/dev-python/arrow/Manifest
deleted file mode 100644
index 0c1f820..0000000
--- a/dev-python/arrow/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-DIST arrow-0.7.0.tar.gz 75385 SHA256 2a5333007af117a05a488b69c9ae15c26c23eefa25f084992b025d387e03a17b SHA512 f429fabdd8b937e304579f17d316b32398d000e74b6283ec5859fc04f04d983d2d6375d22dccbf9e884f22e43df6ca1f557b0ca09bf39e0d6f02d495d3b17eb1 WHIRLPOOL 6957429092c167e13e5b1c0bbabc748f9f6a4ea7cc55365cd24abdbe446a564fc59b7078dbe8404f0118a4877c015b8260d54476d6580a40285b528c2c87ee50
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2
-
-iEYEAREKAAYFAlZUuFoACgkQ1fmVwcYIWAYfcgCdEKlB9x0ZsDZJYqeXlsyRRUmV
-Ej0AoKKF9Lc+bQfFkO+bwzR0wK6NNCWj
-=5XO+
------END PGP SIGNATURE-----
diff --git a/dev-python/arrow/arrow-0.7.0.ebuild b/dev-python/arrow/arrow-0.7.0.ebuild
deleted file mode 100644
index c0b3291..0000000
--- a/dev-python/arrow/arrow-0.7.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Better dates and times in python"
-HOMEPAGE="https://github.com/crsmithdev/arrow/"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
- test? (
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/simplejson[${PYTHON_USEDEP}] )
-"
-# FIXME: missing for running unittests:
-# dev-python/nose-cov-1.6[${PYTHON_USEDEP}]
-# dev-python/chai
diff --git a/dev-python/arrow/metadata.xml b/dev-python/arrow/metadata.xml
deleted file mode 100644
index 3677255..0000000
--- a/dev-python/arrow/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>eva@gentoo.org</email>
- <name>Gilles Dartiguelongue</name>
-</maintainer>
-<upstream>
- <remote-id type="pypi">arrow</remote-id>
- <remote-id type="github">crsmithdev/arrow</remote-id>
-</upstream>
-</pkgmetadata>