The NetBSD Project

CVS log for pkgsrc/textproc/py-rdflib/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / textproc / py-rdflib

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.12 / (download) - annotate - [select for diffs], Sat Oct 28 19:57:19 2023 UTC (5 weeks, 2 days ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Apr 20 05:49:00 2023 UTC (7 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.10: +17 -16 lines
Diff to previous 1.10 (colored)

py-rdflib: updated to 6.3.2

RELEASE 6.3.2
fix: ROUND, ENCODE_FOR_URI and SECONDS SPARQL functions
fix: add __hash__ and __eq__ back to rdflib.paths.Path
fix: Add to_dict method to the JSON-LD Context class
fix: add the wgs namespace binding back
fix: change the prefix for https://schema.org/ back to schema
fix: include docs and examples in the sdist tarball
fix: IRI to URI conversion
fix: JSON-LD context construction from a dict
fix: reference to global inside get_target_namespace_elements
fix: restore the 6.1.1 default bound namespaces
test: add webtest marker to tests that use the internet
chore: Update CONTRIBUTORS from commit history
docs: fix typo in NamespaceManager documentation

Revision 1.10 / (download) - annotate - [select for diffs], Wed Jan 5 15:41:26 2022 UTC (22 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.9: +4 -2 lines
Diff to previous 1.9 (colored)

python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jan 4 20:55:04 2022 UTC (22 months, 4 weeks ago) by wiz
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.8 / (download) - annotate - [select for diffs], Fri Apr 16 12:17:43 2021 UTC (2 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.7: +11 -10 lines
Diff to previous 1.7 (colored)

py-rdflib: updated to 5.0.0

RELEASE 5.0.0

5.0.0 is a major stable release and is the last release to support Python 2 & 3.4. 5.0.0 is mostly backwards-
compatible with 4.2.2 and is intended for long-term, bug fix only support.

General Bugs Fixed:
  * Fix n3 parser exponent syntax of floats with leading dot.
  * FIX: Change is comparison to == for tuple
  * fix: Added _parseBoolean function to enforce correct Lexical-to-value mapping

Enhanced Features:
  * Issue 1003

SPARQL Fixes:
  * CONSTRUCT resolve with initBindings

Documentation Fixes:
  * DOC: Use sphinxcontrib-apidoc and various cleanups
  * Update copyright year in docs conf.py
  * slightly improved styling, small index text changes

Revision 1.7 / (download) - annotate - [select for diffs], Wed Sep 25 07:27:45 2019 UTC (4 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.6: +3 -1 lines
Diff to previous 1.6 (colored)

py-rdflib: mark as incompatible with Python 2.7

Revision 1.6 / (download) - annotate - [select for diffs], Wed Sep 27 13:30:03 2017 UTC (6 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.5: +11 -14 lines
Diff to previous 1.5 (colored)

py-rdflib: update to 4.2.2

4.2.2
This is a bug-fix release, and the last release in the 4.X.X series.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 3 13:23:04 2017 UTC (6 years, 11 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.4: +6 -6 lines
Diff to previous 1.4 (colored)

Use "${MV} || ${TRUE}" and "${RM} -f" consistently in post-install targets.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Aug 28 15:48:35 2016 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.3: +1 -3 lines
Diff to previous 1.3 (colored)

Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.

Mark a couple more packages as not ready for python-3.x.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jun 9 06:23:40 2016 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Fix HOMEPAGE to be copy'n'pastable.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 8 17:43:42 2016 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Switch to MASTER_SITES_PYPI.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Apr 19 22:03:29 2015 UTC (8 years, 7 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2

Import py27-rdflib-4.2.0 as textproc/py-rdflib.

RDFLib is a Python library for working with RDF, a simple yet powerful
language for representing information.

The library contains parsers and serializers for RDF/XML, N3, NTriples,
Turtle, TriX and RDFa . The library presents a Graph interface which can
be backed by any one of a number of Store implementations, including, Memory,
MySQL, Redland, SQLite, Sleepycat, ZODB and SQLObject.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>