mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-11 09:43:40 +02:00
dataset: 1.1.1 bump
This commit is contained in:
parent
6f4b8acd84
commit
43403b2e77
2 changed files with 21 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST dataset-1.1.0.tar.gz 15055 BLAKE2B 4e6df8a02ac1eafd5ac75b1af224438eb37b73d1ca59dab967ab2ba761ddad1143f9a43caefd8b6fa51fb56bde3a5e9c8fb26faa70dfb59ebe7dd9f7a4bb4d7c SHA512 56a8cb9f33699101cde3ed3e623a756c6fdc26a012f8baec5c62d9af6f4dd14f7f611dd76ac5e047b0bc6dbadaf0fe3bfa766526ea181d53f695457ed9a9e15d
|
||||
DIST dataset-1.1.1.tar.gz 15460 BLAKE2B d5e02caf4daf7348765b08c0048e051b5018dae772c7622655d98fd1e5c13ea830e997fe89ec099fdd13a962371677eae94a1e854f50de007b9148aa962e3a6c SHA512 c97ba91530617aa2d7742c8b71da3941842c9d090ecaf2804d3328f11c33eef22c58731b31dcf46e0a4ba742d1d4d1e83c2a5f1f6d088708920b8cb41adca444
|
||||
|
|
|
|||
20
dev-python/dataset/dataset-1.1.1.ebuild
Normal file
20
dev-python/dataset/dataset-1.1.1.ebuild
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Easy-to-use data handling for SQL data stores"
|
||||
HOMEPAGE="https://github.com/pudo/dataset"
|
||||
SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
"
|
||||
Loading…
Reference in a new issue