Commit Graph

12 Commits

Author SHA1 Message Date
Ruslan Makhmatkhanov
ea1c2647d9 lang/jython: update to 2.7.0
- update to 2.7.0
- change MASTER_SITES to use https and modern mirror as suggested by [1]
- Jython uses two licenses, indicate that in the port. Extract the licenses from
  the jar earlier so ports framework can find them
- the port complains when trying to build with openjdk6, so set JAVA_VERSION
  to 1.7+
- mark NO_ARCH
- null the PATH for installer invocation. If installer finds python2.7 in PATH
  it installs python wrapper script instead of bash one. [2]
- exclude "ensurepip" module from the installation as it doesn't build on FreeBSD
- change kinda dirty and not obvious replacement of "-cl"(asspath) to addition
  to JAVA_OPTS. This hack is needed to place jython cachedir into user's home
  directory, as it needs to be writable by the user invoking jython
- write comments to not obvious parts of the installation
- wrapper script is now placed in bin/ directory in JYTHON_PREFIX rather then
  in root, fix that
- Jython uses *$py.class files as an analog for *.pyc ones in plain Python,
  installer puts pre-compiled *$py.class files into the STAGEDIR. We need to
  recompile that because, after installation:
  1) If we invoke Jython as user - it can't use the *$py.class files as they
     have different source path inside, slowing down the startup;
  2) If we invoke jython as root - it will recompile the *$py.class files
     breaking the de-installation process of the package. Compilation phase
     always have non-portrelated errors, so we need to ignore it's exit code
- Don't ignore the exit code of symlink installation as we don't expect that to fail

[1] https://central.maven.org/
[2] https://hg.python.org/jython/file/tip/installer/src/java/org/python/util/install/StartScriptGenerator.java#l22

PR:		204231
Submitted by:	Sergey Kozlov <kozlov.sergey.404@gmail.com>
2015-11-20 22:14:01 +00:00
Marcus von Appen
bc5bfbbcb1 - Update to version 2.5.3
- Enable staging support
- Pet portlint
2013-12-01 17:59:07 +00:00
Li-Wen Hsu
401374f66e - Update to 2.5.2 2011-03-26 04:48:25 +00:00
Li-Wen Hsu
ae4458e873 - Update to 2.5.1 2010-06-09 11:39:43 +00:00
Hye-Shik Chang
4bd491fc9a - Update to 2.2.
- Pass maintainership to python@ team.
2007-08-27 07:45:23 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +00:00
Hye-Shik Chang
4fada1630a Add SIZE data.
Submitted by:	trevor
2004-03-18 07:38:47 +00:00
Jimmy Olgeni
81f6593f15 Update port to version 2.1.
PR:		33392
Submitted by:	Hye Shik Chang <perky@fallin.lv>
2002-01-22 11:33:20 +00:00
Kevin Lo
b10fef8ec3 Update to version 2.1.b2
PR: 33077
Submitted by: MAINTAINER
2001-12-22 12:43:09 +00:00
Ying-Chieh Liao
421ad10a61 upgrade to 2.1b1
PR:		32544
Submitted by:	maintainer
2001-12-06 09:57:42 +00:00
Pete Fritchman
e05cf51cb4 - update to 2.1.a3
- depend on javamwrapper instead of the java binary
- install into PREFIX, not LOCALBASE

PR:		30678
Submitted by:	maintainer
2001-09-21 05:54:58 +00:00
Will Andrews
03f59161c3 Add jython 2.0, an implementation of Python Interpreter with Pure
Java.

PR:		26302
Submitted by:	Hye-Shik Chang <perky@python.or.kr>
2001-04-07 04:56:17 +00:00