Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 642364 Details for
Bug 725874
dev-python/python-daemon: Version bump to 2.2.4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for v2.2.4
python-daemon-2.2.4.ebuild (text/plain), 805 bytes, created by
Peter Asplund
on 2020-05-28 12:42:32 UTC
(
hide
)
Description:
Ebuild for v2.2.4
Filename:
MIME Type:
Creator:
Peter Asplund
Created:
2020-05-28 12:42:32 UTC
Size:
805 bytes
patch
obsolete
># Copyright 1999-2020 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >PYTHON_COMPAT=( python3_{6,7,8} ) > >inherit distutils-r1 > >DESCRIPTION="Library to implement a well-behaved Unix daemon process" >HOMEPAGE="https://pypi.org/project/python-daemon/" >SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" > >LICENSE="PSF-2" >SLOT="0" >KEYWORDS="~amd64 ~arm ~x86" >IUSE="test" >RESTRICT="!test? ( test )" > >BDEPEND=" > dev-python/twine[${PYTHON_USEDEP}] > dev-python/setuptools[${PYTHON_USEDEP}]" >RDEPEND=" > dev-python/lockfile[${PYTHON_USEDEP}]" >DEPEND=" > ${RDEPEND} > dev-python/docutils[${PYTHON_USEDEP}] > test? ( > dev-python/mock[${PYTHON_USEDEP}] > dev-python/testtools[${PYTHON_USEDEP}] > dev-python/testscenarios[${PYTHON_USEDEP}] > )" > >python_test() { > esetup.py test >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 725874
:
642364
|
642580
|
642910