Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 271847 Details for
Bug 365669
adding dev-python/pyftpdlib to the tree
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pyftpdlib-0.6.0.ebuild
pyftpdlib-0.6.0.ebuild (text/plain), 819 bytes, created by
Paweł Hajdan, Jr. (RETIRED)
on 2011-05-02 07:19:03 UTC
(
hide
)
Description:
pyftpdlib-0.6.0.ebuild
Filename:
MIME Type:
Creator:
Paweł Hajdan, Jr. (RETIRED)
Created:
2011-05-02 07:19:03 UTC
Size:
819 bytes
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=3 >PYTHON_DEPEND="2:2.7" >PYTHON_USE_WITH="ssl" >PYTHON_USE_WITH_OPT="ssl" >SUPPORT_PYTHON_ABIS="1" >RESTRICT_PYTHON_ABIS="3.*" > >inherit distutils > >DESCRIPTION="Python FTP server library" >HOMEPAGE="http://code.google.com/p/pyftpdlib/" >SRC_URI="http://pyftpdlib.googlecode.com/files/${P}.tar.gz" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~x86" >IUSE="ssl" > >DEPEND="ssl? ( dev-python/pyopenssl )" >RDEPEND="${DEPEND}" > >DOCS="CREDITS HISTORY" > >src_test() { > testing() { > export PYTHONPATH="build-${PYTHON_ABI}/lib" > "$(PYTHON)" test/test_ftpd.py || return 1 > "$(PYTHON)" test/test_contrib.py || return 1 > } > python_execute_function testing >} > >src_install() { > distutils_src_install > dohtml -r doc/* || die >}
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 365669
:
271847
|
271867