Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2007-12-29 05:17:55
Size: 1374
Editor: TFKyle
Comment:
Revision 4 as of 2008-02-06 19:02:51
Size: 1356
Editor: TFKyle
Comment: snakeoil shouldn't be needed anymore
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[[TableOfContents(4)]] <<TableOfContents(4)>>
Line 3: Line 3:
== Premade Packages == = Premade Packages =
Line 5: Line 5:
=== Gentoo ===
'''Note:''' At the moment you'll most likely need an ~arch system to run depspec because of the py2.5 and snakeoil deps.
== Gentoo ==
'''Note:''' At the moment you'll most likely need an ~arch system to run depspec because of the py2.5 dep.
Line 8: Line 8:
There is an ebuild for depspec in [http://tfkyle.dyndns.org/svn/ebuilds/projects/ my overlay], you could do something like the following to install it: There is an ebuild for depspec in [[http://tfkyle.dyndns.org/svn/ebuilds/projects/|my overlay]], you could do something like the following to install it:
Line 21: Line 21:
=== Standalone Binaries === == Standalone Binaries ==
Line 25: Line 25:
==== Windows ====
There's a Standalone windows binary for an older version of depspec [http://selene.tfkyle.dyndns.org/~kyle/Temp/depspec.rar here], just unrar and run depspec/depspec.exe to use it.
=== Windows ===
There's a Standalone windows binary for an older version of depspec [[http://selene.tfkyle.dyndns.org/~kyle/Temp/depspec.rar|here]], just unrar and run depspec/depspec.exe to use it.

Premade Packages

Gentoo

Note: At the moment you'll most likely need an ~arch system to run depspec because of the py2.5 dep.

There is an ebuild for depspec in my overlay, you could do something like the following to install it:

  • mkdir /usr/local/overlays
  • cd /usr/local/overlays
  • svn co svn://tfkyle.dyndns.org/ebuilds/projects tfkyles_projects
  • add /usr/local/overlays/tfkyles_projects to PORTDIR_OVERLAY in /etc/make.conf, if you havn't specified it already (and aren't sourcing layman's make.conf) you can specify it fresh like PORTDIR_OVERLAY="/usr/local/overlays/tfkyles_projects". (if using layman you'd want to use PORTDIR_OVERLAY="$PORTDIR_OVERLAY ...."
  • add the following to /etc/portage/package.keywords (if it doesn't exist it's fine to create it):
    • =dev-python/tfplib-9999 **
      =dev-python/depspec-9999 **
  • emerge -av depspec

Standalone Binaries

Standalone binaries are binaries that bundle most things needed to run, these typically aren't the best to use for hacking on depspec, but can be useful for trying it out.

Windows

There's a Standalone windows binary for an older version of depspec here, just unrar and run depspec/depspec.exe to use it.

DepSpec/Packages (last edited 2008-02-06 19:02:51 by TFKyle)