public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycollada/
Date: Sat,  2 Dec 2017 15:13:39 +0000 (UTC)	[thread overview]
Message-ID: <1512227612.9af70593b03abe5cdcf98931a4f7be2ba0802181.floppym@gentoo> (raw)

commit:     9af70593b03abe5cdcf98931a4f7be2ba0802181
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  2 15:13:32 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Dec  2 15:13:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af70593

dev-python/pycollada: drop live ebuild

Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7

 dev-python/pycollada/pycollada-9999.ebuild | 63 ------------------------------
 1 file changed, 63 deletions(-)

diff --git a/dev-python/pycollada/pycollada-9999.ebuild b/dev-python/pycollada/pycollada-9999.ebuild
deleted file mode 100644
index f0b16d86345..00000000000
--- a/dev-python/pycollada/pycollada-9999.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2017 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} )
-PYTHON_MULTIPLE_ABI=1
-
-inherit distutils-r1 git-2
-
-DESCRIPTION="python library for reading and writing collada documents"
-HOMEPAGE="https://pycollada.github.com/"
-EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE="doc examples test"
-
-DEPEND="doc? ( dev-python/sphinx )
-	test? ( dev-python/python-dateutil )"
-RDEPEND="dev-python/numpy
-	dev-python/lxml
-	>=dev-python/python-dateutil-2.0"
-
-src_compile() {
-	distutils-r1_src_compile
-
-	if use doc ; then
-		pushd docs
-		emake html
-		popd
-	fi
-}
-
-src_install() {
-	distutils-r1_src_install
-
-	if use doc ; then
-		pushd docs/_build/html
-		dohtml -r *
-		popd
-	fi
-
-	if use examples ; then
-		insinto /usr/share/${P}/
-		doins -r examples
-	fi
-
-	install_test_data() {
-		insinto $(python_get_sitedir)/collada/tests/
-		doins -r collada/tests/data
-	}
-	python_foreach_impl install_test_data
-}
-
-src_test() {
-	test_collada() {
-		for script in "${S}"/collada/tests/*.py ; do
-			PYTHONPATH="${S}" $EPYTHON "${script}"
-		done
-	}
-	python_foreach_impl test_collada
-}


             reply	other threads:[~2017-12-02 15:13 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-02 15:13 Mike Gilbert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-12-02 15:13 [gentoo-commits] repo/gentoo:master commit in: dev-python/pycollada/ Mike Gilbert
2019-02-07 23:03 Patrice Clement
2019-07-15 19:55 Michał Górny
2019-08-18 11:57 Joonas Niilola
2020-04-21  8:18 Joonas Niilola
2020-04-21  8:18 Joonas Niilola
2020-04-21  8:18 Joonas Niilola
2020-12-11 15:01 Michał Górny
2021-02-07 17:07 Conrad Kostecki
2021-03-13  7:31 Joonas Niilola
2021-03-13  7:31 Joonas Niilola
2021-03-16 17:12 Michał Górny
2021-10-12 17:22 Arthur Zamarin
2021-11-13  9:37 Michał Górny
2021-11-14  9:28 Michał Górny
2022-02-11 20:25 Arthur Zamarin
2022-03-10 21:21 Jakov Smolić
2022-06-05  5:40 Michał Górny
2022-09-22 14:29 Marek Szuba
2023-10-20 13:42 Michał Górny
2023-11-22 13:11 Arthur Zamarin
2023-11-22 14:30 Michał Górny
2023-11-24 15:45 Arthur Zamarin
2024-01-08  3:47 Michał Górny
2024-01-24 19:05 Michał Górny
2024-01-24 19:07 Michał Górny
2024-05-24 11:09 Michał Górny
2025-02-17 20:47 Michał Górny
2025-03-08  8:58 Arthur Zamarin

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=1512227612.9af70593b03abe5cdcf98931a4f7be2ba0802181.floppym@gentoo \
    --to=floppym@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