mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 10:01:32 +02:00
Upgraded the lockfile, python-daemon Portage packages
Upgraded dev-python/lockfile to version 0.9.1 on amd64, arm, x86 Upgraded dev-python/python-daemon to version 1.6 on amd64, arm, x86 BUG=None TEST=emerged and used manually Change-Id: Idb3a31b6a2405c15a9af333d3c06f982b0f5cf38 Reviewed-on: https://gerrit.chromium.org/gerrit/24943 Reviewed-by: Jon Salz <jsalz@chromium.org> Tested-by: Jon Salz <jsalz@chromium.org> Commit-Ready: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
parent
cee49c91f9
commit
73f002b0fb
1
sdk_container/src/third_party/portage-stable/dev-python/lockfile/Manifest
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/dev-python/lockfile/Manifest
vendored
Normal file
@ -0,0 +1 @@
|
||||
DIST lockfile-0.9.1.tar.gz 16949 RMD160 c94c1a638f2a11181063d6025a6c5acc8c9d09e6 SHA1 1eebaee375641c9f29aeb21768f917dd2b985752 SHA256 88d8ea8d435ee5691117a87d1ca8fed2f8da881eb145295bf6895ac2c416e95d
|
44
sdk_container/src/third_party/portage-stable/dev-python/lockfile/lockfile-0.9.1.ebuild
vendored
Normal file
44
sdk_container/src/third_party/portage-stable/dev-python/lockfile/lockfile-0.9.1.ebuild
vendored
Normal file
@ -0,0 +1,44 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.9.1.ebuild,v 1.6 2012/06/09 08:17:55 vapier Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2:2.5"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="2.4 3.*"
|
||||
|
||||
inherit distutils
|
||||
|
||||
DESCRIPTION="Platform-independent file locking module"
|
||||
HOMEPAGE="http://code.google.com/p/pylockfile/ http://pypi.python.org/pypi/lockfile http://smontanaro.dyndns.org/python/"
|
||||
SRC_URI="http://pylockfile.googlecode.com/files/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm ppc x86"
|
||||
IUSE="doc"
|
||||
|
||||
DEPEND="doc? ( dev-python/sphinx )"
|
||||
RDEPEND=""
|
||||
|
||||
DOCS="ACKS README RELEASE-NOTES"
|
||||
|
||||
src_compile() {
|
||||
distutils_src_compile
|
||||
|
||||
if use doc; then
|
||||
einfo "Generation of documentation"
|
||||
cd doc
|
||||
emake html || die "Generation of documentation failed"
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
|
||||
if use doc; then
|
||||
cd doc/.build/html
|
||||
docinto html
|
||||
cp -R [a-z]* _static "${ED}usr/share/doc/${PF}/html" || die "Installation of documentation failed"
|
||||
fi
|
||||
}
|
1
sdk_container/src/third_party/portage-stable/dev-python/python-daemon/Manifest
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/dev-python/python-daemon/Manifest
vendored
Normal file
@ -0,0 +1 @@
|
||||
DIST python-daemon-1.6.tar.gz 41564 RMD160 cf269c6a40a08ff6265e3fb87b307da2d79470de SHA1 d977fb3a60d4167dc5125a9ae358144c17c6482f SHA256 1665fb16bfeae72f16aa2de40bc75661458bd42731a7d463a911a8d5eaf96c0b
|
28
sdk_container/src/third_party/portage-stable/dev-python/python-daemon/python-daemon-1.6.ebuild
vendored
Normal file
28
sdk_container/src/third_party/portage-stable/dev-python/python-daemon/python-daemon-1.6.ebuild
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-daemon/python-daemon-1.6.ebuild,v 1.7 2012/06/09 08:20:18 vapier Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
DISTUTILS_SRC_TEST="setup.py"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython"
|
||||
|
||||
inherit distutils
|
||||
|
||||
DESCRIPTION="Library to implement a well-behaved Unix daemon process."
|
||||
HOMEPAGE="http://pypi.python.org/pypi/python-daemon"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="PSF-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-python/lockfile-0.9"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools
|
||||
test? ( dev-python/minimock )"
|
||||
|
||||
PYTHON_MODNAME="daemon"
|
||||
DOCS="ChangeLog"
|
13
sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/lockfile-0.9.1
vendored
Normal file
13
sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/lockfile-0.9.1
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
DEFINED_PHASES=compile install postinst postrm prepare
|
||||
DEPEND=doc? ( dev-python/sphinx ) >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
|
||||
DESCRIPTION=Platform-independent file locking module
|
||||
EAPI=3
|
||||
HOMEPAGE=http://code.google.com/p/pylockfile/ http://pypi.python.org/pypi/lockfile http://smontanaro.dyndns.org/python/
|
||||
IUSE=doc
|
||||
KEYWORDS=amd64 arm ppc x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
|
||||
SLOT=0
|
||||
SRC_URI=http://pylockfile.googlecode.com/files/lockfile-0.9.1.tar.gz
|
||||
_eclasses_=distutils b4c334e216d998c4ce4b750cb091e42e multilib 5f4ad6cf85e365e8f0c6050ddd21659e python 6bbd984910e27780e5d0ea543d83ef84 toolchain-funcs 6526ac6fc9aedf391efb91fcd75ace68
|
||||
_md5_=c48717fa0740714f8d7bc3586bc21ede
|
13
sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/python-daemon-1.6
vendored
Normal file
13
sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/python-daemon-1.6
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
DEFINED_PHASES=compile install postinst postrm prepare test
|
||||
DEPEND=>=dev-python/lockfile-0.9 dev-python/setuptools test? ( dev-python/minimock ) >=app-admin/eselect-python-20091230 =dev-lang/python-2*
|
||||
DESCRIPTION=Library to implement a well-behaved Unix daemon process.
|
||||
EAPI=3
|
||||
HOMEPAGE=http://pypi.python.org/pypi/python-daemon
|
||||
IUSE=test
|
||||
KEYWORDS=amd64 arm x86
|
||||
LICENSE=PSF-2
|
||||
RDEPEND=>=dev-python/lockfile-0.9 >=app-admin/eselect-python-20091230 =dev-lang/python-2*
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/p/python-daemon/python-daemon-1.6.tar.gz
|
||||
_eclasses_=distutils b4c334e216d998c4ce4b750cb091e42e multilib 5f4ad6cf85e365e8f0c6050ddd21659e python 6bbd984910e27780e5d0ea543d83ef84 toolchain-funcs 6526ac6fc9aedf391efb91fcd75ace68
|
||||
_md5_=2c10cb895efb3d640f0336874f28ced9
|
Loading…
x
Reference in New Issue
Block a user