Commit graph

20 commits

Author SHA1 Message Date
wiz
0fdac28ee5 Switch to versioned_dependencies.mk for unittest2, in a comment. 2014-01-31 11:27:14 +00:00
wiz
aa67e11089 Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
2014-01-25 10:29:56 +00:00
drochner
ac956d3ce6 update to 4.22
changes:
-added IPv6 support
-added Python3 support
-bugfixes
2013-12-04 16:41:01 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
aada88e659 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00
wiz
d747dac3fc Mark as python2.4-incompatible, see
http://ftp.netbsd.org/pub/pkgsrc/misc/joerg/20120308.0100/py24-Pyro4-4.12/build.log
2012-03-10 19:47:24 +00:00
drochner
735d5b90d8 update to 4.12
This is a complete rewrite.
2012-02-17 18:32:57 +00:00
obache
84d8fd141d * convert PYDISTUTILPKG to regist egg-info.
Bump PKGREVISION.
2011-10-15 12:08:37 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
joerg
a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00
rillig
54610de116 Fixed pkglint warnings. 2006-06-17 21:01:29 +00:00
joerg
c2e9b01e81 Needs Python 2.2 or later. 2006-06-02 17:10:36 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
darcy
93dce265cf Whitespace police. 2005-01-09 10:53:45 +00:00
darcy
3bd858ee9b Use PYVERSSUFFIX to differentiate between versions built for different
versions of Python and to resolve conflicts with other packages.

Bump PKGREVISION.
2005-01-07 16:17:42 +00:00
darcy
6c24105907 Initial import of Pyro from pkgsrc-wip.
Pyro is an acronym for PYthon Remote Objects. It is an advanced and powerful
Distributed Object Technology system written entirely in Python, that is
designed to be very easy to use. It resembles Java's Remote Method
Invocation (RMI). It is less similar to CORBA - which is a system- and
language independent Distributed Object Technology and has much more to
offer than Pyro or RMI. But Pyro is small, simple and free (MIT software
license).

Get the manual from

	http://pyro.sourceforge.net/pyro-manual/PyroManual.html

Check quite impressive success stories on

	http://pyro.sourceforge.net/projects.html
2004-12-31 10:13:56 +00:00