Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 May 2021 12:43:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 255656] net/py-pysocks: Does not build due to patch to setup.py
Message-ID:  <bug-255656-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255656

            Bug ID: 255656
           Summary: net/py-pysocks: Does not build due to patch to
                    setup.py
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: vendion@gmail.com
          Assignee: sunpoet@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)

Currently I'm not able to build net/py-pysocks on 11.4-RELEASE, 12.2-RELEAS=
E,
13.0-RELEASE on amd64 due to the patch supplied by the port being rejected:

poudriere testport output:

> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<pha=
se: extract        >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> =3D=3D=3D>  License BSD3CLAUSE accepted by the user
> =3D=3D=3D>   py37-pysocks-1.7.1 depends on file: /usr/local/sbin/pkg - fo=
und
> =3D=3D=3D> Fetching all distfiles required by py37-pysocks-1.7.1 for buil=
ding
> =3D=3D=3D>  Extracting for py37-pysocks-1.7.1
> =3D> SHA256 Checksum OK for PySocks-1.7.1.tar.gz.
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<pha=
se: patch-depends  >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<pha=
se: patch          >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> =3D=3D=3D>  Patching for py37-pysocks-1.7.1
> =3D=3D=3D>  Applying FreeBSD patches for py37-pysocks-1.7.1 from /usr/por=
ts/net/py-pysocks/files
> Ignoring previously applied (or reversed) patch.
> 1 out of 1 hunks ignored--saving rejects to setup.py.rej
> =3D=3D=3D>  FAILED Applying FreeBSD patch-setup.py
> =3D=3D=3D> Cleanly applied FreeBSD patch(es)  patch-setup.py
> =3D=3D=3D> FAILED to apply cleanly FreeBSD patch(es)  patch-setup.py
> *** Error code 1

setup.py.rej contents:

> @@ -32,12 +32,12 @@
>      py_modules=3D["socks", "sockshandler"],
>      install_requires=3Drequirements,
>      python_requires=3D">=3D2.7, !=3D3.0.*, !=3D3.1.*, !=3D3.2.*, !=3D3.3=
.*",
> -    classifiers=3D(
> +    classifiers=3D[
>          "Programming Language :: Python :: 2",
>          "Programming Language :: Python :: 2.7",
>          "Programming Language :: Python :: 3",
>          "Programming Language :: Python :: 3.4",
>          "Programming Language :: Python :: 3.5",
>          "Programming Language :: Python :: 3.6",
> -    ),
> +    ],
>  )

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255656-7788>