UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336
- Add python to CATEGORIES [1]
- Don't use/fetch objects.inv from Python site, because there is
no reference to the standard library in the port docs, and so
remove also the post-patch target
- Specify the clause of BSD license
- Allow to build port with Python 3 [1]
- Add support for stage dir [1]
- Use PYDISTUTILS_AUTOPLIST [1]
- Clean a bit the documentation part (install only necessary files) [1]
- Fix format of WWW field in pkg-descr [1]
PR: ports/186328
Submitted by: olivierd
download of intersphinx inventory during the install
stage (on pointyhat)
- Remove OPTIONS_DEFAULT=DOCS
- Add switch -N to the sphinx-build command (don't do
colored output)
expressions. Such expressions can be used in lxml_ or another XPath engine
to find the matching elements in an XML or HTML document.
This module used to live inside of lxml as ``lxml.cssselect`` before it was
extracted as a stand-alone project.
WWW: http://packages.python.org/cssselect/