pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/lang/python



That should have been

remove packaging from versioned_dependencies


On Fri, May 05, 2023 at 10:13:09AM +0000, Thomas Klausner wrote:
> Module Name:  pkgsrc
> Committed By: wiz
> Date:         Fri May  5 10:13:09 UTC 2023
> 
> Modified Files:
>       pkgsrc/lang/python: versioned_dependencies.mk
> 
> Log Message:
> python: remove versioned_dependencies.mk from versioned_dependencies
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.96 -r1.97 pkgsrc/lang/python/versioned_dependencies.mk
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
> 

> Modified files:
> 
> Index: pkgsrc/lang/python/versioned_dependencies.mk
> diff -u pkgsrc/lang/python/versioned_dependencies.mk:1.96 pkgsrc/lang/python/versioned_dependencies.mk:1.97
> --- pkgsrc/lang/python/versioned_dependencies.mk:1.96 Tue May  2 17:26:53 2023
> +++ pkgsrc/lang/python/versioned_dependencies.mk      Fri May  5 10:13:09 2023
> @@ -1,4 +1,4 @@
> -# $NetBSD: versioned_dependencies.mk,v 1.96 2023/05/02 17:26:53 wiz Exp $
> +# $NetBSD: versioned_dependencies.mk,v 1.97 2023/05/05 10:13:09 wiz Exp $
>  #
>  # This file determines which separate distribution of a Python
>  # package is used as dependency, depending on the Python version
> @@ -9,7 +9,7 @@
>  # PYTHON_VERSIONED_DEPENDENCIES
>  #       The Python package which should be added as a dependency.
>  #
> -#       Possible values: OpenSSL Pillow X babel cairo click coverage cryptography dns hypothesis packaging pip setuptools setuptools_scm test
> +#       Possible values: OpenSSL Pillow X babel cairo click coverage cryptography dns hypothesis pip setuptools setuptools_scm test
>  #       Default: (nothing)
>  #
>  
> @@ -57,9 +57,6 @@ _PY_VERS_PKG.27.dns=                net/py-dns1
>  _PY_VERS_PKG.default.hypothesis=     devel/py-hypothesis
>  _PY_VERS_PKG.27.hypothesis=          devel/py-hypothesis4
>  
> -_PY_VERS_PKG.default.packaging=              devel/py-packaging
> -_PY_VERS_PKG.27.packaging=           devel/py-packaging2
> -
>  _PY_VERS_PKG.default.pip=    devel/py-pip
>  _PY_VERS_PKG.27.pip=         devel/py-pip20
>  
> 




Home | Main Index | Thread Index | Old Index