-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
24659e3
commit d62382d
Showing
15 changed files
with
121 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -207,6 +207,7 @@ description_long: Distributed Task Queue | |
version: >=2017.7.27.1 | ||
dpkg_name: python-certifi | ||
maintainer: Kenneth Reitz <[email protected]> | ||
license: MPL-2.0 | ||
homepage_url: http://certifi.io/ | ||
download_url: https://pypi.org/project/certifi | ||
git_url: https://github.com/certifi/python-certifi.git | ||
|
@@ -233,6 +234,7 @@ description_short: Foreign Function Interface for Python calling C code | |
description_long: Foreign Function Interface for Python calling C code | ||
[chardet] | ||
build_system: setuptools | ||
version: >=3.0.4 | ||
dpkg_name: python-chardet | ||
maintainer: Daniel Blanchard <[email protected]> | ||
|
@@ -336,6 +338,7 @@ description_long: The dateutil module provides powerful extensions to the | |
[defusedxml] | ||
version: >=0.6.0 | ||
maintainer: Christian Heimes <[email protected]> | ||
license: PSFL | ||
homepage_url: https://github.com/tiran/defusedxml | ||
download_url: https://pypi.org/project/defusedxml | ||
git_url: https://github.com/tiran/defusedxml.git | ||
|
@@ -400,6 +403,8 @@ description_long: Docutils is a modular system for processing documentation | |
[dtfabric] | ||
version: >=20170413 | ||
dpkg_build_dependencies: python3-build,python3-wheel | ||
rpm_build_dependencies: python3-build,python3-wheel | ||
download_url: https://github.com/libyal/dtfabric/releases | ||
git_url: https://github.com/libyal/dtfabric.git | ||
|
@@ -765,6 +770,10 @@ description_long: A comprehensive HTTP client library. | |
[idna] | ||
version: >=2.5 | ||
build_system: flit | ||
dpkg_build_dependencies: flit | ||
rpm_build_dependencies: python3-flit-core,python3-pip | ||
license: BSD License | ||
maintainer: Kim Davies <[email protected]> | ||
homepage_url: https://github.com/kjd/idna | ||
download_url: https://pypi.org/project/idna | ||
|
@@ -1178,6 +1187,7 @@ build_dependencies: fuse,libcrypto,zlib | |
optional_build_dependencies: bzip2,liblzma | ||
dpkg_build_dependencies: libbz2-dev,libfuse-dev,liblzma-dev,libssl-dev,zlib1g-dev | ||
pkg_configure_options: --enable-python,--with-pyprefix,--with-libcaes=no | ||
rpm_build_dependencies: bzip2-devel,xz-devel | ||
wheel_name: libmodi_python | ||
version: >=20210403 | ||
download_url: https://github.com/libyal/libmodi/releases | ||
|
@@ -1501,9 +1511,11 @@ description_long: A generic, spec-compliant, thorough implementation of the | |
OAuth request-signing logic. | ||
[opensearch-py] | ||
build_system: setup_py | ||
dpkg_name: python-opensearch | ||
dpkg_dependencies: python3-certifi,python3-urllib3 | ||
pypi_name: opensearch-py | ||
pypi_source_name: opensearch_py | ||
rpm_name: python-opensearch | ||
rpm_template_spec: opensearch-py.spec | ||
maintainer: Aleksei Atavin <[email protected]> | ||
|
@@ -1744,8 +1756,9 @@ description_long: Google Commandline Flags Module | |
architecture_dependent: true | ||
dpkg_build_dependencies: python3-pkgconfig,python3-pytest-runner,python3-setuptools-scm | ||
dpkg_template_rules: python-lz4-rules | ||
rpm_build_dependencies: python3-setuptools_scm,python3-pkgconfig,python3-pytest-runner | ||
rpm_build_dependencies: python3-pkgconfig,python3-pytest-runner,python3-setuptools_scm | ||
setup_name: lz4 | ||
license: BSD License | ||
maintainer: Jonathan Underwood <[email protected]> | ||
homepage_url: https://github.com/python-lz4/python-lz4 | ||
download_url: https://pypi.org/project/lz4 | ||
|
@@ -1833,7 +1846,7 @@ version: >=14.7.0 | |
dpkg_name: python-zmq | ||
dpkg_build_dependencies: cython3,python3-packaging | ||
dpkg_template_rules: pyzmq-rules | ||
rpm_build_dependencies: gcc-c++,python3-packaging,python3-scikit-build-core | ||
rpm_build_dependencies: gcc-c++,python3-cython,python3-packaging,python3-scikit-build-core | ||
rpm_name: zmq | ||
rpm_template_spec: pyzmq.spec | ||
maintainer: PyZMQ project <[email protected]> | ||
|
@@ -1863,6 +1876,7 @@ description_long: The Python interface to the Redis key-value store | |
version: >=2.2.1 | ||
dpkg_dependencies: python3-certifi,python3-chardet,python3-idna,python3-urllib3 | ||
rpm_dependencies: python3-certifi,python3-chardet,python3-idna,python3-urllib3 | ||
license: Apache-2.0 | ||
maintainer: Kenneth Reitz <[email protected]> | ||
homepage_url: http://docs.python-requests.org/en/latest | ||
download_url: https://pypi.org/project/requests | ||
|
@@ -2115,7 +2129,7 @@ disabled: windows | |
version: >=0.9.7 | ||
dpkg_build_dependencies: python3-cffi,python3-setuptools,python3-toml,python3-wheel | ||
dpkg_name: python-xattr | ||
rpm_build_dependencies: python3-cffi,python3-pip,python3-setuptools,python3-wheel,tox-current-env | ||
rpm_build_dependencies: python3-cffi,python3-pip,python3-setuptools,python3-tox-current-env,python3-wheel | ||
rpm_name: python-xattr | ||
rpm_template_spec: xattr.spec | ||
maintainer: John Machin <[email protected]> | ||
|
@@ -2193,11 +2207,13 @@ description_long: The pattern matching swiss knife. | |
[yara-python] | ||
architecture_dependent: true | ||
build_system: setup_py | ||
version: >=4.0.0 | ||
dpkg_name: python-yara | ||
dpkg_build_dependencies: libmagic-dev,libssl-dev | ||
dpkg_template_control: yara-python-control | ||
dpkg_template_rules: yara-python-rules | ||
pypi_source_name: yara_python | ||
rpm_name: yara | ||
rpm_build_dependencies: file-devel,openssl-devel | ||
rpm_template_spec: yara-python.spec | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
%define name opensearch-py | ||
%define version {version} | ||
%define unmangled_name opensearch-py | ||
%define unmangled_name opensearch_py | ||
%define unmangled_version {version} | ||
%define release 1 | ||
|
||
Summary: Python client for OpenSearch | ||
Name: %{{name}} | ||
Version: %{{version}} | ||
Release: %{{release}} | ||
Source0: opensearch-py-%{{unmangled_version}}.tar.gz | ||
Source0: %{{unmangled_name}}-%{{unmangled_version}}.tar.gz | ||
License: Apache License, Version 2.0 | ||
Group: Development/Libraries | ||
BuildRoot: %{{_tmppath}}/opensearch-py-%{{version}}-%{{release}}-buildroot | ||
BuildRoot: %{{_tmppath}}/%{{unmangled_name}}-%{{version}}-%{{release}}-buildroot | ||
Prefix: %{{_prefix}} | ||
BuildArch: noarch | ||
Vendor: Honza Král <[email protected]> | ||
|
@@ -29,7 +29,7 @@ Requires: python3-certifi, python3-urllib3 | |
Python client for OpenSearch. | ||
|
||
%prep | ||
%autosetup -n opensearch-py-%{{unmangled_version}} | ||
%autosetup -n %{{unmangled_name}}-%{{unmangled_version}} | ||
|
||
%build | ||
%py3_build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,10 @@ Vendor: Brian E. Granger, Min Ragan-Kelley <[email protected]> | |
Source0: %{{name}}-%{{version}}.tar.gz | ||
BuildRequires: gcc, gcc-c++, python3-devel, python3-packaging, python3-scikit-build-core, python3-setuptools | ||
|
||
%{{?python_disable_dependency_generator}} | ||
|
||
%global debug_package %{nil} | ||
|
||
%description | ||
PyZMQ is the official Python binding for the ZeroMQ | ||
Messaging Library (http://www.zeromq.org). | ||
|
@@ -34,7 +38,7 @@ Messaging Library (http://www.zeromq.org). | |
%pyproject_install | ||
|
||
%files -n python3-zmq | ||
%license LICENSE.BSD LICENSE.LESSER | ||
%license LICENSE.md | ||
%doc AUTHORS.md README.md | ||
%{{_libdir}}/python3*/site-packages/zmq | ||
%{{_libdir}}/python3*/site-packages/pyzmq*.dist-info | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.