Commit graph

20 commits

Author SHA1 Message Date
Martin Wilke
bd48d39657 - Chase database/sqlite3 slib bump
Approved by:	portmgr (myself)
2014-06-27 17:21:06 +00:00
Sunpoet Po-Chuan Hsieh
98f0310a3c - Add LICENSE
- Pet portlint: use PYTHON_DISTNAME instead of PYTHON_DISTFILE
- Use USES=tar:xz
2014-04-11 08:25:12 +00:00
William Grzybowski
1e34739b64 Use setuptools for all Python ports.
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.

Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.

Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.

pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.

This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.

With hat on:	python
Reviewed by:	koobs, antoine
Exp-run:	bdrewery
Approved by:	bdrewery (portmgr)
2013-12-15 16:22:17 +00:00
Baptiste Daroussin
b5482324dc In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
2013-12-11 18:08:52 +00:00
Kubilay Kocak
e0d13adc90 databases/py-sqlite3: Remove BROKEN on ARM
- Remove BROKEN for ARM architecture [1]

[1] http://lists.freebsd.org/pipermail/freebsd-python/2013-October/005960.html

PR:		ports/183549
Reported by:	Xu Waycell <xw901103@gmail.com>
2013-11-01 11:24:14 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Sunpoet Po-Chuan Hsieh
351df3310d - Add PORTSCOUT=ignore:1 to avoid false alarm 2013-09-07 17:21:51 +00:00
Li-Wen Hsu
4e54190b40 - Install standard libraries separated as other ports to the same place
with other standard libraries (${PYTHON_LIBDIR}/lib-dynload)
- Improve consistency of the Makefile(s)
- Whitespace cleanup for the patches
2013-03-01 20:12:01 +00:00
Ruslan Makhmatkhanov
309da33d2f - do not hardcode distfile extension for lang/python ports in bsd.python.mk
(PYTHON_DISTFILE variable)
- switch lang/python ports (and it's slaves) to tar.xz

I compared all the four pairs .tgz/.tar.xz and they have no content differences.

Discussed on:	python@
2012-10-03 04:06:37 +00:00
Mark Linimon
07192a24ed Mark as broken on ARM.
PR:		ports/170946
Submitted by:	linimon
Hat:		portmgr
2012-09-04 03:05:23 +00:00
Marcus von Appen
6744e39a0f - Don't define HAVE_LOAD_EXTENSION when sqlite3 is compiled with EXTENSION
option turned off

PR:		ports/156076
Submitted by:	Pan Tsu <inyaoo@gmail.com>
2012-07-26 05:44:07 +00:00
Wen Heping
fc6ec6f8cc - Remove stale pkg_message
PR:		ports/161535
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-10-13 13:06:11 +00:00
Erwin Lansing
74cb9eff53 Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer
be generated or checked, and will be silently ignored for now.  Also,
generalize the MD5_FILE macro to DISTINFO_FILO.

PR:		149657
Submitted by:	rene
Approved by:	portmgr
Tested on:	pointyhat i386 7-exp
2010-10-28 21:00:21 +00:00
Li-Wen Hsu
43f259ee0c - Fix building with python3*
- Use checksum file under lang/python${PYTHON_SUFFIX}/,
  for removal lang/python/distinfo
2009-06-30 21:51:53 +00:00
Alexander Botero-Lowry
4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00
Kris Kennaway
1dc906beda Now appears to build 2007-03-30 04:18:18 +00:00
Kris Kennaway
de78dd974b Schedule these broken ports for removal on 2007-04-10 if they are still
broken at that time and no fix has been submitted.
2007-02-11 01:23:35 +00:00
Kris Kennaway
bb6fe229a1 BROKEN: Incomplete pkg-plist
Approved by:	portmgr (self)
2006-10-12 03:34:59 +00:00
Hye-Shik Chang
f0f91e6954 Make setup not to install an egg info file which isn't needed for
standard modules.
2006-08-07 02:23:05 +00:00
Hye-Shik Chang
41a65d90c0 Add new port for python sqlite3 module.
This port installs a Python "standard" library version of pysqlite
which is provided by databases/py-pysqlite22 already.  Because
sqlite3 module was introduced in Python 2.5, this port plays only
for 2.5 or laters.

See Also:	http://docs.python.org/dev/lib/module-sqlite3.html
2006-06-23 03:54:01 +00:00