aboutsummaryrefslogtreecommitdiff
path: root/databases/py-leveldb
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Relax hardcoded paths to fix build with Python 3.8.7Kai Knoblich2020-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the shared libs naming scheme. This means "EXT_SUFFIX" is now derived from SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so". The affected ports strip the libaries in the "post-install" target via hardcoded path(s) and the build fails at the end because the new extension is not expected at this place. Remedy the issue by adding wildcards to these paths. This should also prepare the ports for future Python releases, which will use the new shared libs naming scheme. [1] https://bugs.python.org/issue42604 PR: 252057 Reported by: John Kennedy Reviewed by: fluffy, koobs Approved by: koobs (python) Notes: svn path=/head/; revision=559094
* Remove outdated PORTSCOUTSunpoet Po-Chuan Hsieh2020-02-081-2/+0
| | | | | | | It becomes no-op after updating from 0.20 to 0.201. Notes: svn path=/head/; revision=525575
* Update to 0.201Sunpoet Po-Chuan Hsieh2019-12-302-5/+5
| | | | | | | | | - Add LICENSE_FILE Changes: https://github.com/rjpower/py-leveldb/releases Notes: svn path=/head/; revision=521513
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Fix build on powerpcSunpoet Po-Chuan Hsieh2019-04-261-1/+1
| | | | | | | | PR: 237570 Submitted by: pkubaj Notes: svn path=/head/; revision=500164
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov2018-04-251-1/+1
| | | | | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat Notes: svn path=/head/; revision=468282
* Use setup.py instead of PYSETUPSunpoet Po-Chuan Hsieh2017-12-162-1/+2
| | | | | | | - Add GitHub repository to WWW Notes: svn path=/head/; revision=456493
* Use shared library from ports instead of bundled oneSunpoet Po-Chuan Hsieh2017-01-103-2/+114
| | | | | | | | - Add patch to remove max_cache which is not in official leveldb 1.19 - Bump PORTREVISION for dependency and package change Notes: svn path=/head/; revision=431116
* Add PORTSCOUTSunpoet Po-Chuan Hsieh2017-01-041-0/+2
| | | | Notes: svn path=/head/; revision=430562
* Update to 0.20Sunpoet Po-Chuan Hsieh2017-01-024-11/+23
| | | | | | | | - Remove LICENSE_FILE - Update WWW Notes: svn path=/head/; revision=430369
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2015-10-191-7/+2
| | | | | | | - Use USES=localbase Notes: svn path=/head/; revision=399750
* - Allow concurrent installation (USE_PYTHON=concurrent)Sunpoet Po-Chuan Hsieh2015-09-021-1/+1
| | | | Notes: svn path=/head/; revision=395873
* - Strip shared librarySunpoet Po-Chuan Hsieh2015-08-191-1/+4
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=394703
* - Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)Sunpoet Po-Chuan Hsieh2014-08-151-1/+1
| | | | | | | Notified by: koobs, wg Notes: svn path=/head/; revision=364929
* - Use USES=pythonSunpoet Po-Chuan Hsieh2014-08-151-4/+2
| | | | Notes: svn path=/head/; revision=364887
* - Use setup.py instead of PYSETUPSunpoet Po-Chuan Hsieh2014-07-271-1/+1
| | | | Notes: svn path=/head/; revision=363082
* Upgrade snappy to 1.1.1, and bump all related PORTREVISION to chase shared ↵Vanilla I. Shu2014-06-031-1/+1
| | | | | | | | | | | library version. PR: ports/190409 Submitted by: ports at robakdesign.com Approved by: portmgr@ (for NO_STAGE) Notes: svn path=/head/; revision=356371
* - Use USES=tar:xzSunpoet Po-Chuan Hsieh2014-03-141-1/+1
| | | | Notes: svn path=/head/; revision=348261
* - Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES and PYDISTUTILS_EGGINFOSunpoet Po-Chuan Hsieh2014-02-241-5/+3
| | | | | | | | - Remove patch of not using setuptools - Bump PORTREVISION for package change Notes: svn path=/head/; revision=345807
* - Update LICENSESunpoet Po-Chuan Hsieh2013-12-231-1/+1
| | | | Notes: svn path=/head/; revision=337262
* - Add LICENSESunpoet Po-Chuan Hsieh2013-11-181-0/+2
| | | | Notes: svn path=/head/; revision=334227
* - Convert to new LIB_DEPENDS formatSunpoet Po-Chuan Hsieh2013-10-011-2/+1
| | | | | | | - Support STAGEDIR Notes: svn path=/head/; revision=328966
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Update to 0.1.20130428Sunpoet Po-Chuan Hsieh2013-08-222-3/+3
| | | | | | | Changes: https://code.google.com/p/py-leveldb/source/list Notes: svn path=/head/; revision=325215
* - Fix make package when py-distribute or py-setuptools were installedSunpoet Po-Chuan Hsieh2013-02-011-1/+2
| | | | Notes: svn path=/head/; revision=311345
* - Update to 0.1.20121012Sunpoet Po-Chuan Hsieh2013-01-302-9/+5
| | | | | | | | | - Cleanup Makefile header Changes: https://code.google.com/p/py-leveldb/source/list Notes: svn path=/head/; revision=311241
* - Update to 0.1.20120612Sunpoet Po-Chuan Hsieh2012-06-162-5/+4
| | | | | | | Changes: https://code.google.com/p/py-leveldb/source/list Notes: svn path=/head/; revision=299427
* - Bump PORTREVISION for databases/leveldb shlib changeSunpoet Po-Chuan Hsieh2012-06-161-0/+1
| | | | Notes: svn path=/head/; revision=299426
* - Add py-leveldb 0.1.20111024Sunpoet Po-Chuan Hsieh2011-10-283-0/+42
py-leveldb is a thread-safe Python bindings for LevelDB. It has all features from the LevelDB API, except for: - Arbitrary key comparison - Snapshots - All iteration except for single-step forward WWW: http://code.google.com/p/py-leveldb/ Notes: svn path=/head/; revision=284522