summaryrefslogtreecommitdiff
path: root/databases/py-sqlite3/files/setup3.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "*/py-{gdbm,sqlite3,tkinter}: switch from distutils to setuptools"Dmitry Marakasov2022-12-151-7/+6
| | | | | | | | | | This reverts commit 7446740638e7d833fde0962e71ef440a6af3c749. The change is not valid as setuptools have deprecated setup.py, while distutils will be supported in existing point releases. Python 3.12 support will require different solution. PR: 268283
* */py-{gdbm,sqlite3,tkinter}: switch from distutils to setuptoolsDmitry Marakasov2022-12-151-6/+7
| | | | | | | | | For python modules which come from python itself, switch from distutils (no longer present in python 3.12) to setuptools, fixing these mudules for python 3.12. PR: 268283 Approved by: vishwin (python@)
* databases/py-sqlite3: fix build with python 3.11Dmitry Marakasov2022-11-011-0/+3
| | | | | | | | | While here, add a simple smoke test which catches this kind of problems and silence stripping. PR: 265537 Submitted by: loader@FreeBSD.org Approved by: maintainer timeout (2+ months)
* databases/py-sqlite3: fix build with python 3.11Dmitry Marakasov2021-11-241-1/+7
| | | | | PR: 259745 Approved by: python
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* - Update to devel/py-setuptools to 23.1.0 [1][2]Wen Heping2016-07-031-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
* - Install standard libraries separated as other ports to the same placeLi-Wen Hsu2013-03-011-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
* - Don't define HAVE_LOAD_EXTENSION when sqlite3 is compiled with EXTENSIONMarcus von Appen2012-07-261-0/+6
| | | | | | | | | | option turned off PR: ports/156076 Submitted by: Pan Tsu <inyaoo@gmail.com> Notes: svn path=/head/; revision=301540
* - Fix building with python3*Li-Wen Hsu2009-06-301-0/+43
- Use checksum file under lang/python${PYTHON_SUFFIX}/, for removal lang/python/distinfo Notes: svn path=/head/; revision=236835