mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
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 <freebsd_ports@k-worx.org> Approved by: tcberner (mentor, implicit) Approved by: portmgr blanket
This commit is contained in:
parent
9155242297
commit
12e7d06c55
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463693
3 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue