summaryrefslogtreecommitdiff
path: root/databases/py-sqlite3/files/setup.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-03-11databases/py-sqlite3: convert to USE_PYTHON=pep517Charlie Li1-18/+4
PR: 268283
2025-03-08databases/py-sqlite3: remove Python 2 supportCharlie Li1-4/+12
No remaining consumers in the tree. This is to prepare for conversion to USE_PYTHON=pep517, as none of such tooling works with Python 2. PR: 268283
2021-04-06all: Remove all other $FreeBSD keywords.Mathieu Arnold1-2/+0
2016-07-03- Update to devel/py-setuptools to 23.1.0 [1][2]Wen Heping1-1/+1
PR: 210636 [1] 210685 [2] Submitted by: vlad-fbsd@acheronmedia.com [1] wen@ [2] Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D6994 Notes: svn path=/head/; revision=417946
2013-03-01- Install standard libraries separated as other ports to the same placeLi-Wen Hsu1-1/+1
with other standard libraries (${PYTHON_LIBDIR}/lib-dynload) - Improve consistency of the Makefile(s) - Whitespace cleanup for the patches Notes: svn path=/head/; revision=313167
2012-07-26- Don't define HAVE_LOAD_EXTENSION when sqlite3 is compiled with EXTENSIONMarcus von Appen1-0/+6
option turned off PR: ports/156076 Submitted by: Pan Tsu <inyaoo@gmail.com> Notes: svn path=/head/; revision=301540
2006-08-07Make setup not to install an egg info file which isn't needed forHye-Shik Chang1-0/+3
standard modules. Notes: svn path=/head/; revision=169882
2006-06-23Add new port for python sqlite3 module.Hye-Shik Chang1-0/+41
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 Notes: svn path=/head/; revision=166074