mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 14:36:58 +02:00
Upgraded the pyinotify Portage package
Upgraded dev-python/pyinotify to version 0.9.3 on amd64 BUG=None TEST=emerged into chroot Change-Id: I997914de25bc90e3cf660769f487bcebc37d4ae3 Reviewed-on: https://gerrit.chromium.org/gerrit/23602 Reviewed-by: Mike Frysinger <vapier@chromium.org> Commit-Ready: Jon Salz <jsalz@chromium.org> Tested-by: Jon Salz <jsalz@chromium.org>
This commit is contained in:
parent
fe6ddfb957
commit
6670ce6192
1
sdk_container/src/third_party/portage-stable/dev-python/pyinotify/Manifest
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/dev-python/pyinotify/Manifest
vendored
Normal file
@ -0,0 +1 @@
|
||||
DIST pyinotify-0.9.3.tar.gz 59915 RMD160 1a0dc3669a871979fe8a1a65d508b0f78e71bc1b SHA1 c216ea1ad930ebbe71a26b9e7e5f8a120909bd99 SHA256 447b01feaf25a2ad36e4101b583a8212bd701d5c34e330dd62dd9f32ba149aa6
|
33
sdk_container/src/third_party/portage-stable/dev-python/pyinotify/pyinotify-0.9.3.ebuild
vendored
Normal file
33
sdk_container/src/third_party/portage-stable/dev-python/pyinotify/pyinotify-0.9.3.ebuild
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.3.ebuild,v 1.2 2012/02/07 23:09:38 floppym Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="*:2.5"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="2.4 *-jython"
|
||||
|
||||
inherit distutils
|
||||
|
||||
DESCRIPTION="Python module used for monitoring filesystems events"
|
||||
HOMEPAGE="http://trac.dbzteam.org/pyinotify http://pypi.python.org/pypi/pyinotify"
|
||||
SRC_URI="http://seb.dbzteam.org/pub/pyinotify/releases/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="examples"
|
||||
|
||||
DEPEND="dev-python/setuptools"
|
||||
RDEPEND=""
|
||||
|
||||
PYTHON_MODNAME="pyinotify.py"
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
|
||||
if use examples; then
|
||||
insinto /usr/share/doc/${PF}/examples
|
||||
doins python2/examples/* || die "Installation of examples failed"
|
||||
fi
|
||||
}
|
13
sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyinotify-0.9.3
vendored
Normal file
13
sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyinotify-0.9.3
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
DEFINED_PHASES=compile install postinst postrm prepare
|
||||
DEPEND=dev-python/setuptools >=app-admin/eselect-python-20091230 || ( =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
|
||||
DESCRIPTION=Python module used for monitoring filesystems events
|
||||
EAPI=3
|
||||
HOMEPAGE=http://trac.dbzteam.org/pyinotify http://pypi.python.org/pypi/pyinotify
|
||||
IUSE=examples
|
||||
KEYWORDS=amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=app-admin/eselect-python-20091230 || ( =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
|
||||
SLOT=0
|
||||
SRC_URI=http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-0.9.3.tar.gz
|
||||
_eclasses_=distutils b4c334e216d998c4ce4b750cb091e42e multilib 5f4ad6cf85e365e8f0c6050ddd21659e python 6bbd984910e27780e5d0ea543d83ef84 toolchain-funcs 6526ac6fc9aedf391efb91fcd75ace68
|
||||
_md5_=835f8f8dd04ebf768c17a227173958b2
|
Loading…
Reference in New Issue
Block a user