Received: by mail.netbsd.org (Postfix, from userid 605) id AF91684FCC; Thu, 8 Jul 2021 08:37:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BD13084FD4 for ; Thu, 8 Jul 2021 08:37:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id KwQSIWiVtdPK for ; Thu, 8 Jul 2021 08:37:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1F8D184FD3 for ; Thu, 8 Jul 2021 08:37:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 169A5FA95; Thu, 8 Jul 2021 08:37:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1625733437108370" MIME-Version: 1.0 Date: Thu, 8 Jul 2021 08:37:17 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-httpx-socks To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210708083717.169A5FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1625733437108370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jul 8 08:37:17 UTC 2021 Modified Files: pkgsrc/www/py-httpx-socks: Makefile Log Message: py-httpx-socks: mark as not for Python 3.6 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-httpx-socks/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1625733437108370 Content-Disposition: inline Content-Length: 741 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-httpx-socks/Makefile diff -u pkgsrc/www/py-httpx-socks/Makefile:1.4 pkgsrc/www/py-httpx-socks/Makefile:1.5 --- pkgsrc/www/py-httpx-socks/Makefile:1.4 Wed Jul 7 09:53:36 2021 +++ pkgsrc/www/py-httpx-socks/Makefile Thu Jul 8 08:37:16 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2021/07/07 09:53:36 adam Exp $ +# $NetBSD: Makefile,v 1.5 2021/07/08 08:37:16 adam Exp $ DISTNAME= httpx-socks-0.4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-python-socks>=1 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 36 # py-httpcore, py-anyio, py-uvloop .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1625733437108370--