mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
devel/py-xstatic-angular-fileupload: Update to 12.2.13.0
- Convert to USE_PYTHON=pep517 - Remove blank line Changes: https://github.com/danialfarid/ng-file-upload/releases
This commit is contained in:
parent
d930e54bd8
commit
564ae334bc
3 changed files with 18 additions and 6 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= xstatic-angular-fileupload
|
||||
PORTVERSION= 12.0.4.0
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 12.2.13.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -13,9 +12,11 @@ WWW= https://opendev.org/openstack/xstatic-angular-fileupload \
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1481111873
|
||||
SHA256 (XStatic-Angular-FileUpload-12.0.4.0.tar.gz) = 68e66efc4f2ed81438553a54646d5cc67487b05764c0003ff25ae5beb8dae21f
|
||||
SIZE (XStatic-Angular-FileUpload-12.0.4.0.tar.gz) = 188575
|
||||
TIMESTAMP = 1710712498
|
||||
SHA256 (XStatic-Angular-FileUpload-12.2.13.0.tar.gz) = f8f431ac7fb37b01a010811fb8ae97f0e0cb11cbbd04e49c5867ea7f74fada56
|
||||
SIZE (XStatic-Angular-FileUpload-12.2.13.0.tar.gz) = 191394
|
||||
|
|
11
devel/py-xstatic-angular-fileupload/files/patch-setup.py
Normal file
11
devel/py-xstatic-angular-fileupload/files/patch-setup.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- setup.py.orig 2023-08-03 12:49:37 UTC
|
||||
+++ setup.py
|
||||
@@ -6,7 +6,7 @@ setup(
|
||||
long_description = open('README.txt').read()
|
||||
|
||||
setup(
|
||||
- name=xs.PACKAGE_NAME,
|
||||
+ name='xstatic-angular-fileupload',
|
||||
version=xs.PACKAGE_VERSION,
|
||||
description=xs.DESCRIPTION,
|
||||
long_description=long_description,
|
Loading…
Add table
Reference in a new issue