head	1.3;
access;
symbols
	pkgsrc-2026Q1:1.3.0.8
	pkgsrc-2026Q1-base:1.3
	pkgsrc-2025Q4:1.3.0.6
	pkgsrc-2025Q4-base:1.3
	pkgsrc-2025Q3:1.3.0.4
	pkgsrc-2025Q3-base:1.3
	pkgsrc-2025Q2:1.3.0.2
	pkgsrc-2025Q2-base:1.3
	pkgsrc-2025Q1:1.2.0.56
	pkgsrc-2025Q1-base:1.2
	pkgsrc-2024Q4:1.2.0.54
	pkgsrc-2024Q4-base:1.2
	pkgsrc-2024Q3:1.2.0.52
	pkgsrc-2024Q3-base:1.2
	pkgsrc-2024Q2:1.2.0.50
	pkgsrc-2024Q2-base:1.2
	pkgsrc-2024Q1:1.2.0.48
	pkgsrc-2024Q1-base:1.2
	pkgsrc-2023Q4:1.2.0.46
	pkgsrc-2023Q4-base:1.2
	pkgsrc-2023Q3:1.2.0.44
	pkgsrc-2023Q3-base:1.2
	pkgsrc-2023Q2:1.2.0.42
	pkgsrc-2023Q2-base:1.2
	pkgsrc-2023Q1:1.2.0.40
	pkgsrc-2023Q1-base:1.2
	pkgsrc-2022Q4:1.2.0.38
	pkgsrc-2022Q4-base:1.2
	pkgsrc-2022Q3:1.2.0.36
	pkgsrc-2022Q3-base:1.2
	pkgsrc-2022Q2:1.2.0.34
	pkgsrc-2022Q2-base:1.2
	pkgsrc-2022Q1:1.2.0.32
	pkgsrc-2022Q1-base:1.2
	pkgsrc-2021Q4:1.2.0.30
	pkgsrc-2021Q4-base:1.2
	pkgsrc-2021Q3:1.2.0.28
	pkgsrc-2021Q3-base:1.2
	pkgsrc-2021Q2:1.2.0.26
	pkgsrc-2021Q2-base:1.2
	pkgsrc-2021Q1:1.2.0.24
	pkgsrc-2021Q1-base:1.2
	pkgsrc-2020Q4:1.2.0.22
	pkgsrc-2020Q4-base:1.2
	pkgsrc-2020Q3:1.2.0.20
	pkgsrc-2020Q3-base:1.2
	pkgsrc-2020Q2:1.2.0.18
	pkgsrc-2020Q2-base:1.2
	pkgsrc-2020Q1:1.2.0.14
	pkgsrc-2020Q1-base:1.2
	pkgsrc-2019Q4:1.2.0.16
	pkgsrc-2019Q4-base:1.2
	pkgsrc-2019Q3:1.2.0.12
	pkgsrc-2019Q3-base:1.2
	pkgsrc-2019Q2:1.2.0.10
	pkgsrc-2019Q2-base:1.2
	pkgsrc-2019Q1:1.2.0.8
	pkgsrc-2019Q1-base:1.2
	pkgsrc-2018Q4:1.2.0.6
	pkgsrc-2018Q4-base:1.2
	pkgsrc-2018Q3:1.2.0.4
	pkgsrc-2018Q3-base:1.2
	pkgsrc-2018Q2:1.2.0.2
	pkgsrc-2018Q2-base:1.2
	pkgsrc-2018Q1:1.1.0.12
	pkgsrc-2018Q1-base:1.1
	pkgsrc-2017Q4:1.1.0.10
	pkgsrc-2017Q4-base:1.1
	pkgsrc-2017Q3:1.1.0.8
	pkgsrc-2017Q3-base:1.1
	pkgsrc-2017Q2:1.1.0.4
	pkgsrc-2017Q2-base:1.1
	pkgsrc-2017Q1:1.1.0.2
	pkgsrc-2017Q1-base:1.1;
locks; strict;
comment	@# @;


1.3
date	2025.04.22.20.07.03;	author wiz;	state Exp;
branches;
next	1.2;
commitid	BDZAy57TCsxun5SF;

1.2
date	2018.04.23.11.59.26;	author adam;	state Exp;
branches;
next	1.1;
commitid	kihEwoFReaEOPyzA;

1.1
date	2017.02.22.12.54.31;	author wiz;	state Exp;
branches;
next	;
commitid	2XkjoWUlGqNXNWGz;


desc
@@


1.3
log
@py-pathlib2: convert to wheel.mk

Bump PKGREVISION.
@
text
@@@comment $NetBSD$
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.rst
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/pathlib2/__init__.py
${PYSITELIB}/pathlib2/__init__.pyc
${PYSITELIB}/pathlib2/__init__.pyo
@


1.2
log
@py-pathlib2: updated to 2.3.2

Version 2.3.2
- Hotfix for broken setup.py.

Version 2.3.1
- Fix tests for systems where filesystem encoding only supports ascii.
- Use modern setuptools syntax for specifying conditional scandir
  dependency.
- Remove legacy use of support module from old pathlib module.
  This fixes the tests for Python 3.6.
- Drop the "from __future__ import unicode_literals" and -Qnew tests
  as it introduced subtle bugs in the tests, and maintaining separate
  test modules for these legacy features seems not worth the effort.
- Drop Python 3.2 support, as scandir no longer supports it.
@
text
@d1 6
a6 6
@@comment $NetBSD: PLIST,v 1.1 2017/02/22 12:54:31 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
@


1.1
log
@Import py-pathlib2-2.2.1 as devel/py-pathlib2.

The goal of pathlib2 is to provide a backport of standard pathlib
module which tracks the standard library module, so all the newest
features of the standard pathlib can be used also on older Python
versions.
@
text
@d1 1
a1 1
@@comment $NetBSD$
d7 3
a9 3
${PYSITELIB}/pathlib2.py
${PYSITELIB}/pathlib2.pyc
${PYSITELIB}/pathlib2.pyo
@

