head 1.8; access; symbols pkgsrc-2023Q4:1.8.0.2 pkgsrc-2023Q4-base:1.8 pkgsrc-2023Q3:1.7.0.4 pkgsrc-2023Q3-base:1.7 pkgsrc-2023Q2:1.7.0.2 pkgsrc-2023Q2-base:1.7 pkgsrc-2023Q1:1.6.0.10 pkgsrc-2023Q1-base:1.6 pkgsrc-2022Q4:1.6.0.8 pkgsrc-2022Q4-base:1.6 pkgsrc-2022Q3:1.6.0.6 pkgsrc-2022Q3-base:1.6 pkgsrc-2022Q2:1.6.0.4 pkgsrc-2022Q2-base:1.6 pkgsrc-2022Q1:1.6.0.2 pkgsrc-2022Q1-base:1.6 pkgsrc-2021Q4:1.4.0.30 pkgsrc-2021Q4-base:1.4 pkgsrc-2021Q3:1.4.0.28 pkgsrc-2021Q3-base:1.4 pkgsrc-2021Q2:1.4.0.26 pkgsrc-2021Q2-base:1.4 pkgsrc-2021Q1:1.4.0.24 pkgsrc-2021Q1-base:1.4 pkgsrc-2020Q4:1.4.0.22 pkgsrc-2020Q4-base:1.4 pkgsrc-2020Q3:1.4.0.20 pkgsrc-2020Q3-base:1.4 pkgsrc-2020Q2:1.4.0.18 pkgsrc-2020Q2-base:1.4 pkgsrc-2020Q1:1.4.0.14 pkgsrc-2020Q1-base:1.4 pkgsrc-2019Q4:1.4.0.16 pkgsrc-2019Q4-base:1.4 pkgsrc-2019Q3:1.4.0.12 pkgsrc-2019Q3-base:1.4 pkgsrc-2019Q2:1.4.0.10 pkgsrc-2019Q2-base:1.4 pkgsrc-2019Q1:1.4.0.8 pkgsrc-2019Q1-base:1.4 pkgsrc-2018Q4:1.4.0.6 pkgsrc-2018Q4-base:1.4 pkgsrc-2018Q3:1.4.0.4 pkgsrc-2018Q3-base:1.4 pkgsrc-2018Q2:1.4.0.2 pkgsrc-2018Q2-base:1.4 pkgsrc-2018Q1:1.3.0.2 pkgsrc-2018Q1-base:1.3 pkgsrc-2017Q4:1.2.0.2 pkgsrc-2017Q4-base:1.2; locks; strict; comment @# @; 1.8 date 2023.10.28.19.57.15; author wiz; state Exp; branches; next 1.7; commitid jP8MYROLWZ3yJqKE; 1.7 date 2023.05.17.16.01.48; author adam; state Exp; branches; next 1.6; commitid hBHcuEVNIbXdIkpE; 1.6 date 2022.02.05.11.51.59; author adam; state Exp; branches; next 1.5; commitid SC8fV60sIxPejqrD; 1.5 date 2022.01.04.20.54.47; author wiz; state Exp; branches; next 1.4; commitid CYyhdK9qtoffkmnD; 1.4 date 2018.04.06.20.19.42; author adam; state Exp; branches; next 1.3; commitid d2VsXLwLARlA9qxA; 1.3 date 2018.02.25.21.10.03; author wiz; state Exp; branches; next 1.2; commitid Cj9GGv0xvYPyIhsA; 1.2 date 2017.12.14.21.46.57; author adam; state Exp; branches; next 1.1; commitid yeUBPmnSlDHAgUiA; 1.1 date 2017.09.26.11.21.27; author wiz; state Exp; branches; next ; commitid iJfCyWgLMh9zlH8A; desc @@ 1.8 log @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. @ text @# $NetBSD: Makefile,v 1.7 2023/05/17 16:01:48 adam Exp $ DISTNAME= Send2Trash-1.8.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= ${MASTER_SITE_PYPI:=S/Send2Trash/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/hsoft/send2trash COMMENT= Send file to trash LICENSE= modified-bsd TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=40.6.0:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 post-install: cd ${DESTDIR}${PREFIX}/bin && \ ${MV} send2trash send2trash-${PYVERSSUFFIX} || ${TRUE} .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" @ 1.7 log @py-Send2Trash: updated to 1.8.2 Version 1.8.2 * win/legacy: tiny logic simplification * TravisCI is not used anymore * fix(ci): Update to latest actions, fix python versions @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2022/02/05 11:51:59 adam Exp $ d5 1 @ 1.6 log @py-Send2Trash: updated to 1.8.0 Version 1.8.0 -- 2021/08/08 --------------------------- * Add compatibility with pathlib paths * Fix thread compatibility of modern windows implementation * Fix handling of UNC names in legacy windows implementation Version 1.7.1 -- 2021/06/21 --------------------------- * Release stable version with changes from last 3 releases * Fix handling of UNC names Version 1.7.0a1 -- 2021/05/14 ----------------------------- * Changed conditional for when to try to use pyobjc version Version 1.7.0a0 -- 2021/04/20 ----------------------------- * Add console_script entry point * Increased python CI versions * Fix minor issue in setup.py * Fix issue with windows tests importing modules on non-windows * Unit test cleanups, rewrites, and flake8 cleanups * Windows: Fix legacy windows platform for multi-byte unicode and add tests * macOS: Add alternative pyobjc version to potentially improve compatibility Version 1.6.0b1 -- 2020/06/18 ----------------------------- * Add main method which allows calling via ``python -m send2trash somefile`` * Windows: Add support for using IFileOperation when pywin32 is present on Vista and newer * Add support for passing multiple files at once in a list * Windows: Batch multi-file calls to improve performance * Windows: Fix issue with SHFileOperation failing silently when path is not found @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2022/01/04 20:54:47 wiz Exp $ d3 1 a3 1 DISTNAME= Send2Trash-1.8.0 d13 3 d18 1 a18 1 USE_PKG_RESOURCES= yes d24 1 a24 1 .include "../../lang/python/egg.mk" @ 1.5 log @*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2018/04/06 20:19:42 adam Exp $ d3 1 a3 1 DISTNAME= Send2Trash-1.5.0 a4 1 PKGREVISION= 1 d15 6 @ 1.4 log @py-Send2Trash: updated HOMEPAGE @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2018/02/25 21:10:03 wiz Exp $ d5 1 @ 1.3 log @py-Send2Trash: update to 1.5.0. Version 1.5.0 -- 2018/02/16 --------------------------- * More specific error when failing to create XDG fallback trash directory (#20) * Windows: Workaround for long paths (#23) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2017/12/14 21:46:57 adam Exp $ d9 1 a9 1 HOMEPAGE= https://pypi.python.org/pypi/Send2Trash @ 1.2 log @py-Send2Trash: updated to 1.4.2 Version 1.4.2: Fix incompatibility with Python 3.6 on Windows. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2017/09/26 11:21:27 wiz Exp $ d3 1 a3 1 DISTNAME= Send2Trash-1.4.2 @ 1.1 log @sysutils/py-Send2Trash: import py-Send2Trash-1.4.1 Send2Trash is a small package that sends files to the Trash (or Recycle Bin) natively and on all platforms. On OS X, it uses native FSMoveObjectToTrashSync Cocoa calls, on Windows, it uses native (and ugly) SHFileOperation win32 calls. On other platforms, if PyGObject and GIO are available, it will use this. Otherwise, it will fallback to its own implementation of the trash specifications from freedesktop.org. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2017/09/16 19:27:08 wiz Exp $ d3 1 a3 1 DISTNAME= Send2Trash-1.4.1 d5 1 a5 1 CATEGORIES= python sysutils @