public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Virgil Dupras" <vdupras@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-tastypie/
Date: Mon, 23 Jul 2018 01:28:47 +0000 (UTC)	[thread overview]
Message-ID: <1532309317.b1b60c0f1d3b1363d03f9ab2f405b4d6d6d144d8.vdupras@gentoo> (raw)

commit:     b1b60c0f1d3b1363d03f9ab2f405b4d6d6d144d8
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 23 01:28:37 2018 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Mon Jul 23 01:28:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1b60c0f

dev-python/django-tastypie: remove old

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 .../django-tastypie/django-tastypie-0.13.3.ebuild  | 81 ----------------------
 1 file changed, 81 deletions(-)

diff --git a/dev-python/django-tastypie/django-tastypie-0.13.3.ebuild b/dev-python/django-tastypie/django-tastypie-0.13.3.ebuild
deleted file mode 100644
index 30df05b94e5..00000000000
--- a/dev-python/django-tastypie/django-tastypie-0.13.3.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="A flexible and capable API layer for django utilising serialisers"
-HOMEPAGE="https://pypi.org/project/django-tastypie/ https://github.com/toastdriven/django-tastypie"
-SRC_URI="https://github.com/toastdriven/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="amd64 x86"
-IUSE="bip doc test"
-
-LICENSE="BSD"
-SLOT="0"
-
-COMMON_DEPEND=">=dev-python/mimeparse-0.1.4[${PYTHON_USEDEP}]
-		!=dev-python/mimeparse-1.5[${PYTHON_USEDEP}]
-		>=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
-		!=dev-python/python-dateutil-2.0[${PYTHON_USEDEP}]
-		>=dev-python/django-1.7[${PYTHON_USEDEP}]
-		<dev-python/django-1.10[${PYTHON_USEDEP}]"
-
-RDEPEND="${COMMON_DEPEND}
-		bip? ( dev-python/biplist[${PYTHON_USEDEP}] )"
-
-# test: django fails at current version of sci-libs/geos, making tests
-# explode immediately
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (	${COMMON_DEPEND}
-		dev-python/biplist[${PYTHON_USEDEP}]
-		dev-python/lxml[${PYTHON_USEDEP}]
-		dev-python/pyyaml[${PYTHON_USEDEP}]
-		dev-python/defusedxml[${PYTHON_USEDEP}]
-		$(python_gen_cond_dep '>=dev-python/mock-1.1.0[${PYTHON_USEDEP}]' python2_7)
-		>=dev-python/pytz-2013b[${PYTHON_USEDEP}]
-		!!sci-libs/geos[python] )
-	doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
-		>=dev-python/django-1.9[${PYTHON_USEDEP}]
-		<dev-python/django-1.10[${PYTHON_USEDEP}]
-		$(python_gen_cond_dep '>=dev-python/mock-1.1.0[${PYTHON_USEDEP}]' python2_7)
-		dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] )"
-
-python_compile_all() {
-	use doc && emake -C docs html
-}
-
-python_test() {
-	cd tests || die
-	# keep in sync with tox.ini
-	django-admin.py test -v 2 -p '*' core.tests --settings=settings_core ||
-		die "core.tests fail with ${EPYTHON}"
-	django-admin.py test -v 2 basic.tests --settings=settings_basic ||
-		die "basic.tests fail with ${EPYTHON}"
-	django-admin.py test -v 2 related_resource.tests --settings=settings_related ||
-		die "related_resource.tests fail with ${EPYTHON}"
-	django-admin.py test -v 2 alphanumeric.tests --settings=settings_alphanumeric ||
-		die "alphanumeric.tests fail with ${EPYTHON}"
-	django-admin.py test -v 2 authorization.tests --settings=settings_authorization ||
-		die "authorization.tests fail with ${EPYTHON}"
-	django-admin.py test -v 2 content_gfk.tests --settings=settings_content_gfk ||
-		die "content_gfk.tests fail with ${EPYTHON}"
-	django-admin.py test -v 2 customuser.tests --settings=settings_customuser ||
-		die "customuser.tests fail with ${EPYTHON}"
-	django-admin.py test -v 2 namespaced.tests --settings=settings_namespaced ||
-		die "namespaced.tests fail with ${EPYTHON}"
-	django-admin.py test -v 2 slashless.tests --settings=settings_slashless ||
-		die "slashless.tests fail with ${EPYTHON}"
-	django-admin.py test -v 2 validation.tests --settings=settings_validation ||
-		die "validation.tests fail with ${EPYTHON}"
-#		requires dev-python/geos but django fails at the current version of it
-#	django-admin.py test -v 2 gis.tests --settings=settings_gis_spatialite ||
-#		die "gis.tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-	use doc && local HTML_DOCS=( docs/_build/html/. )
-	distutils-r1_python_install_all
-}


             reply	other threads:[~2018-07-23  1:28 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-23  1:28 Virgil Dupras [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-09-03 13:33 [gentoo-commits] repo/gentoo:master commit in: dev-python/django-tastypie/ Virgil Dupras
2018-07-25  2:30 Virgil Dupras
2018-07-23  0:14 Mikle Kolyada
2018-07-22 18:37 Thomas Deutschmann
2018-07-22  0:15 Virgil Dupras
2018-04-21 23:23 Aaron Bauman
2018-04-21  7:53 Michał Górny
2018-04-21  7:53 Michał Górny
2017-06-14 11:43 Pacho Ramos
2016-07-03 22:57 Göktürk Yüksek
2016-04-14  4:48 Ian Delaney
2015-10-22 11:09 Justin Lecher

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=1532309317.b1b60c0f1d3b1363d03f9ab2f405b4d6d6d144d8.vdupras@gentoo \
    --to=vdupras@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