Un-revert some of gjb's fixes.
This commit is contained in:
parent
5f3f59a238
commit
95c64f6df5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45280
1 changed files with 4 additions and 6 deletions
|
@ -456,12 +456,12 @@
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
<project cat='ports'>
|
<project cat='ports'>
|
||||||
<title>FreeBSD Python Ports</title>
|
<title>&os; Python Ports</title>
|
||||||
|
|
||||||
<contact>
|
<contact>
|
||||||
<person>
|
<person>
|
||||||
<name>
|
<name>
|
||||||
<given>FreeBSD</given>
|
<given>&os;</given>
|
||||||
<common>Python Team</common>
|
<common>Python Team</common>
|
||||||
</name>
|
</name>
|
||||||
<email>python@FreeBSD.org</email>
|
<email>python@FreeBSD.org</email>
|
||||||
|
@ -469,13 +469,12 @@
|
||||||
</contact>
|
</contact>
|
||||||
|
|
||||||
<links>
|
<links>
|
||||||
<url href="https://wiki.FreeBSD.org/Python">The FreeBSD Python Team Page</url>
|
<url href="https://wiki.FreeBSD.org/Python">The &os; Python Team Page</url>
|
||||||
<url href="irc://freebsd-python@irc.freenode.net">IRC channel</url>
|
<url href="irc://freebsd-python@irc.freenode.net">IRC channel</url>
|
||||||
</links>
|
</links>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p>
|
<p>
|
||||||
<ul>
|
|
||||||
<li><p>We are pleased to announce the availability of conflict-free
|
<li><p>We are pleased to announce the availability of conflict-free
|
||||||
Python package support across different Python versions based on the
|
Python package support across different Python versions based on the
|
||||||
USES=uniquefiles feature recently introduced to the Ports framework.
|
USES=uniquefiles feature recently introduced to the Ports framework.
|
||||||
|
@ -506,14 +505,13 @@
|
||||||
consistent maintainer policy for integrating new Python-related ports
|
consistent maintainer policy for integrating new Python-related ports
|
||||||
into the tree.</p></li>
|
into the tree.</p></li>
|
||||||
|
|
||||||
</ul>
|
|
||||||
</p>
|
</p>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
<help>
|
<help>
|
||||||
<task>Migrate bsd.python.mk to the Uses framework.</task>
|
<task>Migrate bsd.python.mk to the Uses framework.</task>
|
||||||
<task>Develop a high-level and lightweight Python Ports Policy.</task>
|
<task>Develop a high-level and lightweight Python Ports Policy.</task>
|
||||||
<task>Add support for granular dependencies (for example >=1.0,<2.0).</task>
|
<task>Add support for granular dependencies (for example >=1.0,<2.0).</task>
|
||||||
<task>See what adding pip (Python Package Index) support will
|
<task>See what adding pip (Python Package Index) support will
|
||||||
require.</task>
|
require.</task>
|
||||||
<task>Add default QA targets and functions for Python ports (TEST_DEPENDS,
|
<task>Add default QA targets and functions for Python ports (TEST_DEPENDS,
|
||||||
|
|
Loading…
Reference in a new issue