1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Update to the latest available commit

This way we can remove the local patches and get a fix one of the reported
bugs: https://github.com/freebsd/pytoport/issues/10

Also, lint the makefile while here.
This commit is contained in:
Mateusz Piotrowski 2020-02-18 19:58:31 +00:00
parent a459454401
commit c28b240e07
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526472
3 changed files with 8 additions and 20 deletions

View File

@ -2,8 +2,9 @@
# $FreeBSD$
PORTNAME= pytoport
PORTVERSION= 0.4.1
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.1-4
DISTVERSIONSUFFIX= -g08c2a0f
CATEGORIES= ports-mgmt python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,14 +14,12 @@ COMMENT= Generate FreeBSD ports from Python modules on PyPI
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
GH_ACCOUNT= freebsd
GH_PROJECT= pytoport
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}spdx-lookup>=0.3.0:misc/py-spdx-lookup@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}docutils>=0.12:textproc/py-docutils@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.12:textproc/py-docutils@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}spdx-lookup>=0.3.0:misc/py-spdx-lookup@${PY_FLAVOR}
USES= python:3.3+
USE_GITHUB= yes
GH_ACCOUNT= freebsd
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1463315915
SHA256 (freebsd-pytoport-v0.4.1_GH0.tar.gz) = 025f9c3c5dbb8261ec5930f0ab1bc1229d32e6fc4b5d3c28ebe311ec34322f4d
SIZE (freebsd-pytoport-v0.4.1_GH0.tar.gz) = 6008
TIMESTAMP = 1582055543
SHA256 (freebsd-pytoport-v0.4.1-4-g08c2a0f_GH0.tar.gz) = 6e86cb276051749683771116910cf34c6d6b0644947e68eb46b43ca056ac499f
SIZE (freebsd-pytoport-v0.4.1-4-g08c2a0f_GH0.tar.gz) = 6030

View File

@ -1,11 +0,0 @@
--- setup.py.orig 2016-05-15 12:19:34 UTC
+++ setup.py
@@ -5,7 +5,7 @@ with open('README.rst') as f:
setup(
name = "pytoport",
- version = "0.5.0a1",
+ version = "0.4.1",
packages = find_packages(),
author = "Brendan Molloy",
author_email = "brendan+pypi@bbqsrc.net",