svn commit: r551557 - head/devel/py-prettytable

Po-Chuan Hsieh sunpoet at freebsd.org
Fri Oct 9 14:20:06 UTC 2020


On Tue, Oct 6, 2020 at 1:16 PM Roman Bogorodskiy <novel at freebsd.org> wrote:

> Author: novel
> Date: Tue Oct  6 05:16:20 2020
> New Revision: 551557
> URL: https://svnweb.freebsd.org/changeset/ports/551557
>
> Log:
>   devel/py-prettytable: update to 1.0.0
>

It breaks more than 10 ports which require prettytable < 0.8.
I'm working on the fix.

And it has a missing dependency, devel/py-wcwidth.
I've submitted PR 250224  for it.

Regards,
sunpoet


> Modified:
>   head/devel/py-prettytable/Makefile
>   head/devel/py-prettytable/distinfo
>
> Modified: head/devel/py-prettytable/Makefile
>
> ==============================================================================
> --- head/devel/py-prettytable/Makefile  Tue Oct  6 05:00:43 2020
> (r551556)
> +++ head/devel/py-prettytable/Makefile  Tue Oct  6 05:16:20 2020
> (r551557)
> @@ -2,8 +2,7 @@
>  # $FreeBSD$
>
>  PORTNAME=      prettytable
> -PORTVERSION=   0.7.2
> -PORTREVISION=  2
> +PORTVERSION=   1.0.0
>  CATEGORIES=    devel python
>  MASTER_SITES=  CHEESESHOP/source/P/PrettyTable
>  PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
> @@ -13,6 +12,8 @@ COMMENT=      Library for displaying tabular data in an
> ASC
>
>  LICENSE=       BSD3CLAUSE
>  LICENSE_FILE=  ${WRKSRC}/COPYING
> +
> +BUILD_DEPENDS=
> ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@
> ${PY_FLAVOR}
>
>  NO_ARCH=       yes
>  USES=          python
>
> Modified: head/devel/py-prettytable/distinfo
>
> ==============================================================================
> --- head/devel/py-prettytable/distinfo  Tue Oct  6 05:00:43 2020
> (r551556)
> +++ head/devel/py-prettytable/distinfo  Tue Oct  6 05:16:20 2020
> (r551557)
> @@ -1,2 +1,3 @@
> -SHA256 (prettytable-0.7.2.tar.gz) =
> 2d5460dc9db74a32bcc8f9f67de68b2c4f4d2f01fa3bd518764c69156d9cacd9
> -SIZE (prettytable-0.7.2.tar.gz) = 24784
> +TIMESTAMP = 1601913112
> +SHA256 (prettytable-1.0.0.tar.gz) =
> 98a3b74b1980e6a9392498e3a2a5406f6bd836f412843c2be23d9c88671747ac
> +SIZE (prettytable-1.0.0.tar.gz) = 38198
> _______________________________________________
> svn-ports-all at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
>


More information about the svn-ports-head mailing list