mirror of
https://github.com/danieldemus/pyp2spec.git
synced 2026-07-29 13:44:21 +02:00
Make the specs actually buildable
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
pypi_name = "aionotion"
|
||||
python_name = "python-aionotion"
|
||||
module_name = "aionotion"
|
||||
version = "2.0.3"
|
||||
release = "4"
|
||||
summary = "Python library for Notion Home Monitoring"
|
||||
license = "MIT"
|
||||
url = "https://github.com/bachya/aionotion"
|
||||
source = "%{pypi_source aionotion}"
|
||||
archive_name = "aionotion"
|
||||
description = '''
|
||||
A asyncio-friendly library for Notion Home Monitoring devices.
|
||||
'''
|
||||
|
||||
extra_build_requires = ["runtime"]
|
||||
|
||||
[files]
|
||||
license_files = ["LICENSE"]
|
||||
doc_files = ["README.md"]
|
||||
|
||||
[changelog]
|
||||
changelog_head = "Fri Jun 04 2021 Package Manager <package@manager.com>"
|
||||
changelog_msg = "Rebuilt for Python 3.10"
|
||||
@@ -6,7 +6,7 @@ release = "6"
|
||||
summary = "Simple wrapper around optparse for powerful command line utilities"
|
||||
license = "BSD"
|
||||
url = "https://github.com/mitsuhiko/click"
|
||||
source = "%{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz"
|
||||
source = "%{url}/archive/%{version}/click-%{version}.tar.gz"
|
||||
archive_name = "click"
|
||||
description = '''
|
||||
click is a Python package for creating beautiful command line\
|
||||
|
||||
@@ -6,7 +6,7 @@ release = "2"
|
||||
summary = "Tools to help build and install Jupyter Python packages"
|
||||
license = "BSD"
|
||||
url = "https://github.com/jupyter/jupyter-packaging"
|
||||
source = "%{pypi_source}"
|
||||
source = "%{pypi_source jupyter_packaging}"
|
||||
archive_name = "jupyter_packaging"
|
||||
description = '''
|
||||
This package contains utilities for making Python packages with and without
|
||||
|
||||
Reference in New Issue
Block a user