From 2dd866068fdac7819133e5311e96575cb9da296c Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 26 Aug 2024 18:11:22 -0500 Subject: [PATCH] OZI.build 1.3.1 remove duplicate schema keys --- meson.build | 2 +- ozi_build/schema.py | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/meson.build b/meson.build index 60353da..498a1e0 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('OZI.build', version : '1.3.0', license : 'apache-2.0') +project('OZI.build', version : '1.3.1', license : 'apache-2.0') fs = import('fs') python = import('python').find_installation() subdir('ozi_build') diff --git a/ozi_build/schema.py b/ozi_build/schema.py index 369f2fd..31fa4b6 100644 --- a/ozi_build/schema.py +++ b/ozi_build/schema.py @@ -33,9 +33,6 @@ "download-url": { "description": """A string containing the URL for the package's source, will replace '{version}' with the current version.""" }, - "download-url": { - "description": """A string containing the URL for the package's source, will replace '{version}' with the current version.""" - }, "license": { "description": """Text indicating the license covering the distribution. This text can be either a valid license expression as defined in [pep639](https://www.python.org/dev/peps/pep-0639/#id88) or any free text.""" }, @@ -121,14 +118,6 @@ }, "requires-external": {"description": """A list of non-PyPI dependency packages. For example: -``` toml - requires-external = [ - "git", - "node", - ] -```"""}, - "requires-external": {"description": """A list of non-PyPI dependency packages. For example: - ``` toml requires-external = [ "git",