| 1 | [[PageOutline]] |
| 2 | |
| 3 | = Pypi2port = |
| 4 | |
| 5 | This page is dedicated to pypi2port module hosted in the contrib/ folder of the macports base, here's a list of the milestones that are to be achieved: |
| 6 | |
| 7 | == Milestones to be Achieved == |
| 8 | |
| 9 | * Make code compatible with python 3. |
| 10 | * Make a python package out of current pypi2port.py i.e. use distutils and setup.py to install it. |
| 11 | * Publishing of pypi2port on [http://pypi.python.org/ "Pypi"]. |
| 12 | * Creation of portfile for pypi2port |
| 13 | |
| 14 | === Future === |
| 15 | * Make the code more structured(Transformation to an OO module). |
| 16 | * Add functionality to the current pypi2port to make it self developing. |
| 17 | * Find more data sources for more exhaustive portfile development. |