diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
commit | 1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch) | |
tree | e48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/casuarius | |
parent | d87262dd706fec50cd150aab3e93883b6337466d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/casuarius')
-rw-r--r-- | dev-python/casuarius/Manifest | 3 | ||||
-rw-r--r-- | dev-python/casuarius/casuarius-1.1.ebuild | 21 | ||||
-rw-r--r-- | dev-python/casuarius/metadata.xml | 15 |
3 files changed, 0 insertions, 39 deletions
diff --git a/dev-python/casuarius/Manifest b/dev-python/casuarius/Manifest deleted file mode 100644 index f9266ad46d3d..000000000000 --- a/dev-python/casuarius/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST casuarius-1.1.tar.gz 139555 BLAKE2B 29905d1d6908f49fdbfd394a697dcd31a6ba34735ff9e06589c6b3b66a09569b1c4761abdfdfe30f6cb1b979ac6ad6303e35542f0f8907d722dd5e1f7f6073a9 SHA512 d0a77b285b923f72274b13240ab4ae079c4f69587093c43bb7375c8ba24517ba6a7e2ba429b3e9a6ee9c73736efafff00da9cde7d533f05de0c7675de1e62080 -EBUILD casuarius-1.1.ebuild 535 BLAKE2B 949286ff7c031389be5b63d28e650350e9bd3c10ad45c51a5a3313d4fdeb39a21a6aa1288bbad380fcf16465ff79a67f6a5a5afa80c3f379346380ecbbbaa313 SHA512 84ebc2975b07213c366a0060e3be067ae5f4375ef2a8fb53932c46c68a112f61c01ecb18667b0a2f93358d316fab82ce232cae80725c50c79b791de0e78925cd -MISC metadata.xml 565 BLAKE2B 38e5c86fc39892dee86809ce9bb1bdfc28557a4b83008bdcdf65847dad351d77d5fbafd38bd183bea47cd07b38b89d2e74b559523a0519bb4aefa5d3f835c5f2 SHA512 2a6f233cfc6e2bf9728006b3a6b8bc30f046b8ab384320e68d97fc7fb2ad86163a454e93ff2f7bea4ef538dbe34b327ef488c4cd2bfc611f49d01ae6da2509a9 diff --git a/dev-python/casuarius/casuarius-1.1.ebuild b/dev-python/casuarius/casuarius-1.1.ebuild deleted file mode 100644 index ca9ad6dc37d0..000000000000 --- a/dev-python/casuarius/casuarius-1.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Cython wrapper for the Cassowary incremental constraint solver" -HOMEPAGE="https://github.com/enthought/casuarius" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/cython-0.15.1[${PYTHON_USEDEP}]" diff --git a/dev-python/casuarius/metadata.xml b/dev-python/casuarius/metadata.xml deleted file mode 100644 index 78e902c3df34..000000000000 --- a/dev-python/casuarius/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription lang="en"> - Casuarius is a Cython binding for Cassowary incremental constraint solver. - The solver source code is derived from the 0.6 release of - Cassowary. It has been modified by Svilen Dobrev to remove memory - leaks. -</longdescription> - <upstream> - <remote-id type="pypi">encore</remote-id> - <remote-id type="github">enthought/casuarius</remote-id> - </upstream> -</pkgmetadata> |