mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 13:20:57 +02:00
pygtail: 0.11.0 bump
This commit is contained in:
parent
6bfb391269
commit
bfdd349223
3 changed files with 8 additions and 31 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST pygtail-0.10.1.tar.gz 5670 BLAKE2B 739af8b9519c93b8b967bbb845e8a4a039c210c9eaf8f98151da9bf40ceef2d50a4ea4a005da26ac79c04869a17b9b7f140214dd0ef7399005ce5be86e88f9f0 SHA512 c712bc0cd485f1cb89c9c5957ce8359a83df20c354094983f1ddf517006038e0a94dbcb2db4afdf87499140efb8e50f39944d98f6f63e8d64a8e5579edbc5652
|
||||
DIST pygtail-0.7.0.tar.gz 5171 BLAKE2B 1d6804270daa4c7581cdf5d719a67f5986829669d50297b0e18d216ed92a328c8be971c6414598b811e78786e15244e00b6625c8f113731f4d39d0d1d37fef29 SHA512 b12b9a54981b886440e00cfd62923adf671c3edd024308aa4f22efbcddb75ddb2c2f73a48a8e673da8fe53d254855f70b19726145397a9f3a8bc96a7707da265
|
||||
DIST pygtail-0.11.0.tar.gz 5792 BLAKE2B 664abf9cee126c742213f162b8f7705dcaf10f696057e8bf894c7105888d52d28966141d09af73f8eda163ca137c206d527c7033488ed9b39a3bcdeedc1f7331 SHA512 4bff7d33d563b462a272f7f1a300e68b695085d61ea5ffa2aac61e5215845519b220f6a42395658c6a89e7572bc5b86f9a4b2037f65bc546762a5563850fc383
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Reads log file lines that have not been read"
|
||||
|
|
@ -11,10 +12,7 @@ HOMEPAGE="https://github.com/bgreenlee/pygtail"
|
|||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SLOT=0
|
||||
KEYWORDS="~amd64 ~arm64 ~mips ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
|
@ -1,20 +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} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Reads log file lines that have not been read"
|
||||
HOMEPAGE="https://github.com/bgreenlee/pygtail"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
Loading…
Reference in a new issue