mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-14 10:51:10 +02:00
commit
88f65eaabf
5 changed files with 125 additions and 0 deletions
25
dev-python/acora/acora-9999.ebuild
Normal file
25
dev-python/acora/acora-9999.ebuild
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1 git-r3
|
||||
|
||||
DESCRIPTION="Fast multi-keyword search engine for text strings"
|
||||
HOMEPAGE="https://github.com/scoder/acora"
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/scoder/acora.git"
|
||||
EGIT_CHECKOUT_DIR="${WORKDIR}/acora"
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}"
|
||||
25
dev-python/dotty/dotty-9999.ebuild
Normal file
25
dev-python/dotty/dotty-9999.ebuild
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1 git-r3
|
||||
|
||||
DESCRIPTION="EFILTER Query Language"
|
||||
HOMEPAGE="https://github.com/google/dotty"
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/google/dotty.git"
|
||||
EGIT_CHECKOUT_DIR="${WORKDIR}/dotty"
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}"
|
||||
25
dev-python/intervaltree/intervaltree-9999.ebuild
Normal file
25
dev-python/intervaltree/intervaltree-9999.ebuild
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1 git-r3
|
||||
|
||||
DESCRIPTION="Editable interval tree data structure for Python 2 and 3"
|
||||
HOMEPAGE="https://github.com/chaimleib/intervaltree"
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/chaimleib/intervaltree.git"
|
||||
EGIT_CHECKOUT_DIR="${WORKDIR}/intervaltree"
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}"
|
||||
25
dev-python/pyaff4/pyaff4-9999.ebuild
Normal file
25
dev-python/pyaff4/pyaff4-9999.ebuild
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1 git-r3
|
||||
|
||||
DESCRIPTION="Python Advanced Forensic Format Version 4 library."
|
||||
HOMEPAGE="https://github.com/google/aff4"
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/google/aff4.git"
|
||||
EGIT_CHECKOUT_DIR="${WORKDIR}/pyaff4"
|
||||
S="${WORKDIR}/pyaff4/${PN}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}"
|
||||
25
dev-python/sortedcontainers/sortedcontainers-9999.ebuild
Normal file
25
dev-python/sortedcontainers/sortedcontainers-9999.ebuild
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1 git-r3
|
||||
|
||||
DESCRIPTION="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
|
||||
HOMEPAGE="https://github.com/grantjenks/sorted_containers"
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/grantjenks/sorted_containers.git"
|
||||
EGIT_CHECKOUT_DIR="${WORKDIR}/sortedcontainers"
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}"
|
||||
Loading…
Reference in a new issue