Pypid is available as a Git_ repository::
- $ git clone http://www.physics.drexel.edu/~wking/code/git/pypid.git
+ $ git clone git://tremily.us/pypid.git
See the homepage_ for details. To install the checkout, run the
standard::
.. _Laird thermal: http://lairdtech.thomasnet.com/category/thermal-management-solutions/
.. _eBay: http://www.ebay.com/
.. _layman: http://layman.sourceforge.net/
-.. _wtk overlay:
- http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/Gentoo_overlay
+.. _wtk overlay: http://blog.tremily.us/posts/Gentoo_overlay
.. _Debian: http://www.debian.org/
.. _Gentoo: http://www.gentoo.org/
.. _aubio: http://aubio.org/
.. _db578120: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578120
.. _nose: http://somethingaboutorange.com/mrl/projects/nose/
.. _Git: http://git-scm.com/
-.. _homepage:
- http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/pypid/
+.. _homepage: http://blog.tremily.us/posts/pypid/
.. _GNU General Public License Version 3: http://www.gnu.org/licenses/gpl.txt
_this_dir = os.path.dirname(__file__)
-base_url = 'http://physics.drexel.edu/~wking'
setup(name='pypid',
version=__version__,
maintainer='W. Trevor King',
maintainer_email='wking@drexel.edu',
- url = '{}/unfolding-disasters/posts/pypid'.format(base_url),
- download_url = '{}/code/python/pypid-{}.tar.gz'.format(
- base_url, __version__),
+ url='http://blog.tremily.us/posts/pypid',
+ download_url='http://git.tremily.us/?p=pypid.git;a=snapshot;h=v{};sf=tgz'.format(
+ __version__),
license = 'GNU General Public License (GPL)',
platforms = ['all'],
description = __doc__,