From 12e7d06c557d0995e5255f54983d1b762307af0a Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 6 Mar 2018 06:28:24 +0000 Subject: [PATCH] deskutils/py-send2trash: Add USE_PYTHON=concurrent; Add NO_ARCH=yes; Update to 1.5.0 Port changes while here: * Changed to DISTVERSION * Updated WWW (url was dead) PR: 226361 Submitted by: owk Approved by: tcberner (mentor, implicit) Approved by: portmgr blanket --- deskutils/py-send2trash/Makefile | 5 +++-- deskutils/py-send2trash/distinfo | 5 +++-- deskutils/py-send2trash/pkg-descr | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/deskutils/py-send2trash/Makefile b/deskutils/py-send2trash/Makefile index 8254f1656ab0..13ab98bd621a 100644 --- a/deskutils/py-send2trash/Makefile +++ b/deskutils/py-send2trash/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= send2trash -PORTVERSION= 1.3.0 +DISTVERSION= 1.5.0 CATEGORIES= deskutils MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,8 @@ COMMENT= Small package that sends files to the Trash LICENSE= BSD3CLAUSE USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils concurrent autoplist +NO_ARCH= yes PORTDOCS= CHANGES.rst README.rst OPTIONS_DEFINE= DOCS diff --git a/deskutils/py-send2trash/distinfo b/deskutils/py-send2trash/distinfo index 8b473f8e09da..80c6dff8aee9 100644 --- a/deskutils/py-send2trash/distinfo +++ b/deskutils/py-send2trash/distinfo @@ -1,2 +1,3 @@ -SHA256 (python/Send2Trash-1.3.0.tar.gz) = 33f4461eae831eb09a21b70ca202c2a6dfd83db6bafa1e1ca11b5001e22c58fe -SIZE (python/Send2Trash-1.3.0.tar.gz) = 5563 +TIMESTAMP = 1520317052 +SHA256 (python/Send2Trash-1.5.0.tar.gz) = 60001cc07d707fe247c94f74ca6ac0d3255aabcb930529690897ca2a39db28b2 +SIZE (python/Send2Trash-1.5.0.tar.gz) = 10892 diff --git a/deskutils/py-send2trash/pkg-descr b/deskutils/py-send2trash/pkg-descr index 4eab0e33a9ae..5e8f280c3f31 100644 --- a/deskutils/py-send2trash/pkg-descr +++ b/deskutils/py-send2trash/pkg-descr @@ -1,4 +1,4 @@ Send2Trash is a small package that sends files to the Trash (or Recycle Bin) natively and on all platforms. -WWW: http://hg.hardcoded.net/send2trash/ +WWW: https://github.com/hsoft/send2trash