ping ... ________________________________ 发件人: owner-po...@openbsd.org <owner-po...@openbsd.org> 代表 wen heping <wenheping2...@hotmail.com> 发送时间: 2019年12月6日 9:39 收件人: Kurt Mosiejczuk <k...@cranky.work> 抄送: ports@openbsd.org <ports@openbsd.org> 主题: 回复: 回复: [NEW] devel/py-asgiref
Hi, Here is the revised patch: i) Update to 3.2.3 ii) Enable the test since upstream include test program now. Django-3.0 released and it require asgiref. Comments? OK? wen ________________________________ 发件人: owner-po...@openbsd.org <owner-po...@openbsd.org> 代表 wen heping <wenheping2...@hotmail.com> 发送时间: 2019年9月15日 10:12 收件人: Kurt Mosiejczuk <k...@cranky.work> 抄送: ports@openbsd.org <ports@openbsd.org> 主题: 回复: [NEW] devel/py-asgiref ________________________________ 发件人: Kurt Mosiejczuk <k...@cranky.work> 发送时间: 2019年9月15日 9:49 收件人: wen heping <wenheping2...@hotmail.com> 抄送: ports@openbsd.org <ports@openbsd.org> 主题: Re: [NEW] devel/py-asgiref On Sat, Sep 14, 2019 at 07:22:37AM +0000, wen heping wrote: > Hi, ports@: > Here is a patch to create devel/py-asgiref, which is required by > the future update of www/py-django/stable. > I defined NO_TEST=yes because the test required some module > that had not been imported OpenBSD ports. > It build well and run well on amd64-head system. > Comments? OK? > wen It shouldn't go in devel. www should be its primary category. devel can be a secondary category. OMG. I imported it into FreeBSD www directory why I put it into devel dir here 🙁 Don't set NO_TEST, it's unnecesary. Tests aren't bundled right now anyway. I've put in a pull request to include them in the PyPI tarball (https://github.com/django/asgiref/pull/126) The HOMEPAGE should be https. I improved the comment to more accurately reflect what the port is. I also added more information to DESCR. I added MODPY_PYTEST since that is what will be used for the next version when the tests are bundled. The tests *do* run if you pull them in manually. It just skips most of them since we don't yet have py-test-asyncio. I shall submit the py-test-asyncio port later. wen New tarball attached. --Kurt