[Checkins] SVN: vanguardistas.pydebdep/trunk/ Prepare final release

Brian Sutherland jinty at web.de
Fri Jun 5 07:21:29 EDT 2009


Log message for revision 100644:
  Prepare final release

Changed:
  U   vanguardistas.pydebdep/trunk/CHANGES.txt
  U   vanguardistas.pydebdep/trunk/README.txt
  U   vanguardistas.pydebdep/trunk/setup.py

-=-
Modified: vanguardistas.pydebdep/trunk/CHANGES.txt
===================================================================
--- vanguardistas.pydebdep/trunk/CHANGES.txt	2009-06-05 11:14:23 UTC (rev 100643)
+++ vanguardistas.pydebdep/trunk/CHANGES.txt	2009-06-05 11:21:28 UTC (rev 100644)
@@ -1,7 +1,7 @@
-0.1.2 (unreleased)
+0.1.2 (05-06-2009)
 ------------------
 
-* ???
+* Prepare final release.
 
 0.1.1 (27-11-2008)
 ------------------

Modified: vanguardistas.pydebdep/trunk/README.txt
===================================================================
--- vanguardistas.pydebdep/trunk/README.txt	2009-06-05 11:14:23 UTC (rev 100643)
+++ vanguardistas.pydebdep/trunk/README.txt	2009-06-05 11:21:28 UTC (rev 100644)
@@ -1,42 +1,4 @@
-PyDebDep
-========
+This package has been entirely superseeded by van.pydeb. http://pypi.python.org/pypi/van.pydeb/
 
-Tools for introspecting egg dependency information and providing the resulting
-data to Debian packaging tools.
-
-This package provides a script ``pydebdep`` which introspects an installed
-.egg-info to extract egg dependency information. The package names are
-converted to their debian equivilant and the dependency information is printed
-in the format of a dpkg "Depends:" line.
-
-Usage
------
-
-To extract the dependency info of this package, one can::
-
-    $ python2.4 setup.py build
-    $ PYTHONPATH=./src python2.4 pydebdep --depends --egg_info src/vanguardistas.pydebdep.egg-info
-    python-setuptools, python-vanguardistas
-
-This information is then used in a debian/rules file. Included in this package
-(in the rules directory) are debian/rules files for simple situations. They are
-generic, and work for a lot of packages. But if they don't work for yours, make
-your own. 
-
-They can be used in a debian/rules file as follows::
-
-    #!/usr/bin/make -f
-
-    EGG_NAME=vanguardistas.pydebdep
-    PACKAGE=python-vanguardistas.pydebdep
-    DEB_SETUPTOOLS=pydebdep
-
-    include /usr/lib/python-vanguardistas.pydebdep/rules/rules.1
-
-Future Development
-------------------
-
-Er, there shouldn't be much, unless someone finds something big.
-
-Mostly what should change is the mapping of setuptools names to debian package
-names as more are added.
+van.pydeb does most of what this package does, and better, but breaks backwards
+compatibility.

Modified: vanguardistas.pydebdep/trunk/setup.py
===================================================================
--- vanguardistas.pydebdep/trunk/setup.py	2009-06-05 11:14:23 UTC (rev 100643)
+++ vanguardistas.pydebdep/trunk/setup.py	2009-06-05 11:21:28 UTC (rev 100644)
@@ -23,7 +23,7 @@
       long_description=long_description,
       author="Vanguardistas",
       url='http://pypi.python.org/pypi/vanguardistas.pydebdep',
-      version='0.1.2dev',
+      version='0.1.2',
       license = 'ZPL 2.1',
       packages=find_packages('src'),
       scripts=['pydebdep'],



More information about the Checkins mailing list