head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2022.01.13.21.50.27; author wiz; state dead; branches; next 1.1; commitid QpbIiXwc8BRqmwoD; 1.1 date 2022.01.13.21.03.51; author wiz; state Exp; branches; next ; commitid UkSMlaKrLDyp6woD; desc @@ 1.2 log @py-setuptools_scm: fix typo in DEPENDS Remove unnecessary patches. Bump PKGREVISION. @ text @$NetBSD: patch-setup.cfg,v 1.1 2022/01/13 21:03:51 wiz Exp $ Do not put tomli dependency in requires.txt. tomli is not found by setuptools, since it's a wheel, not an egg. --- setup.cfg.orig 2021-09-11 19:26:31.656693700 +0000 +++ setup.cfg @@@@ -29,7 +29,6 @@@@ packages = find: install_requires = packaging>=20.0 setuptools - tomli>=1.0.0 # keep in sync python_requires = >=3.6 package_dir = =src @@@@ -72,7 +71,6 @@@@ setuptools_scm.version_scheme = [options.extras_require] toml = setuptools>=42 - tomli>=1.0.0 [egg_info] tag_build = @ 1.1 log @py-setuptools_scm: remove tomli from requires.txt tomli is not found by setuptools, since it's a wheel, not an egg. I don't know how this is supposed to work. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @