Skip to content

Commit

Permalink
alvistack/5.4.1
Browse files Browse the repository at this point in the history
    git clean -xdf
    tar zcvf ../python-yaml_5.4.1.orig.tar.gz --exclude=.git .
    debuild -uc -us
    cp python-yaml.spec ../python-yaml_5.4.1-1.spec
    cp ../python*-yaml*5.4.1*.{gz,xz,spec,dsc} /osc/home\:alvistack/yaml-pyyaml-5.4.1/
    rm -rf ../python*-yaml*5.4.1*.*

See yaml#731

Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
  • Loading branch information
hswong3i committed Feb 6, 2024
1 parent ee37f46 commit ed7ca63
Show file tree
Hide file tree
Showing 15 changed files with 29,597 additions and 25 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ _pycache_/*
# local IDE state
/.idea/*

.pybuild/
6 changes: 6 additions & 0 deletions debian/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.substvars
*debhelper*
.debhelper
files
python3-yaml
tmp
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
python-yaml (100:5.4.1-1) UNRELEASED; urgency=medium

* https://github.com/yaml/pyyaml/releases/tag/5.4.1

-- Wong Hoi Sing Edison <hswong3i@pantarei-design.com> Mon, 01 Jan 2024 21:48:57 +0800
29 changes: 29 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Source: python-yaml
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@gmail.com>
Homepage: https://github.com/yaml/pyyaml/tags
Vcs-Browser: https://github.com/alvistack/yaml-pyyaml
Vcs-Git: https://github.com/alvistack/yaml-pyyaml.git
Build-Depends:
debhelper,
debhelper-compat (= 10),
dh-python,
fdupes,
cython3,
libyaml-dev,
python3-dev,
python3-setuptools,

Package: python3-yaml
Architecture: amd64
Description: YAML parser and emitter for Python
PyYAML is applicable for a broad range of tasks from complex
configuration files to object serialization and persistance.
Depends:
${misc:Depends},
${shlibs:Depends},
${python3:Depends},
python3,
libyaml-0-2,
21 changes: 21 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/

Files: debian/*
Copyright: 2024 Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
License: Apache-2.0

License: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
.
http://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
.
The complete text of the Apache version 2.0 license
can be found in "/usr/share/common-licenses/Apache-2.0".
1 change: 1 addition & 0 deletions debian/python3-yaml.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/lib/python*/*-packages/*
4 changes: 4 additions & 0 deletions debian/python3-yaml.lintian-overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
python3-yaml: copyright-without-copyright-notice
python3-yaml: initial-upload-closes-no-bugs
python3-yaml: no-manual-page
python3-yaml: zero-byte-file-in-doc-directory
15 changes: 15 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/usr/bin/make -f

SHELL := /bin/bash

override_dh_auto_install:
dh_auto_install --destdir=debian/tmp
find debian/tmp/usr/lib/python*/*-packages -type f -name '*.pyc' -exec rm -rf {} \;
fdupes -qnrps debian/tmp/usr/lib/python*/*-packages

override_dh_auto_test:

override_dh_auto_clean:

%:
dh $@ --buildsystem=pybuild --with python3
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (quilt)
4 changes: 4 additions & 0 deletions debian/source/lintian-overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
python-yaml source: file-without-copyright-information
python-yaml source: no-debian-changes
python-yaml source: source-contains-prebuilt-windows-binary
python-yaml source: source-package-encodes-python-version
3 changes: 0 additions & 3 deletions pyproject.toml

This file was deleted.

140 changes: 140 additions & 0 deletions python-yaml.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,140 @@
# Copyright 2024 Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

%global debug_package %{nil}

Name: python-yaml
Epoch: 100
Version: 5.4.1
Release: 1%{?dist}
Summary: YAML parser and emitter for Python
License: MIT
URL: https://github.com/yaml/pyyaml/tags
Source0: %{name}_%{version}.orig.tar.gz
BuildRequires: fdupes
BuildRequires: libyaml-devel
BuildRequires: python-rpm-macros
BuildRequires: python3-Cython3
BuildRequires: python3-devel
BuildRequires: python3-setuptools

%description
PyYAML is applicable for a broad range of tasks from complex
configuration files to object serialization and persistance.

%prep
%autosetup -T -c -n %{name}_%{version}-%{release}
tar -zx -f %{S:0} --strip-components=1 -C .

%build
%py3_build

%install
%py3_install
find %{buildroot}%{python3_sitearch} -type f -name '*.pyc' -exec rm -rf {} \;
fdupes -qnrps %{buildroot}%{python3_sitearch}

%check

%if 0%{?suse_version} > 1500
%package -n python%{python3_version_nodots}-PyYAML
Summary: YAML parser and emitter for Python
Requires: libyaml-0-2
Requires: python3
Provides: python3-PyYAML = %{epoch}:%{version}-%{release}
Provides: python3-pyyaml = %{epoch}:%{version}-%{release}
Provides: python3dist(pyyaml) = %{epoch}:%{version}-%{release}
Provides: python%{python3_version}-pyyaml = %{epoch}:%{version}-%{release}
Provides: python%{python3_version}dist(pyyaml) = %{epoch}:%{version}-%{release}
Provides: python%{python3_version_nodots}-pyyaml = %{epoch}:%{version}-%{release}
Provides: python%{python3_version_nodots}dist(pyyaml) = %{epoch}:%{version}-%{release}

%description -n python%{python3_version_nodots}-PyYAML
PyYAML is applicable for a broad range of tasks from complex
configuration files to object serialization and persistance.

%files -n python%{python3_version_nodots}-PyYAML
%license LICENSE
%{python3_sitearch}/*
%{python3_sitearch}/_yaml
%{python3_sitearch}/yaml
%endif

%if 0%{?sle_version} > 150000
%package -n python3-PyYAML
Summary: YAML parser and emitter for Python
Requires: libyaml-0-2
Requires: python3
Provides: python3-PyYAML = %{epoch}:%{version}-%{release}
Provides: python3-pyyaml = %{epoch}:%{version}-%{release}
Provides: python3dist(pyyaml) = %{epoch}:%{version}-%{release}
Provides: python%{python3_version}-pyyaml = %{epoch}:%{version}-%{release}
Provides: python%{python3_version}dist(pyyaml) = %{epoch}:%{version}-%{release}
Provides: python%{python3_version_nodots}-pyyaml = %{epoch}:%{version}-%{release}
Provides: python%{python3_version_nodots}dist(pyyaml) = %{epoch}:%{version}-%{release}

%description -n python3-PyYAML
PyYAML is applicable for a broad range of tasks from complex
configuration files to object serialization and persistance.

%files -n python3-PyYAML
%license LICENSE
%{python3_sitearch}/*
%endif

%if 0%{?rhel} == 7
%package -n python%{python3_version_nodots}-PyYAML
Summary: YAML parser and emitter for Python
Requires: libyaml
Requires: python3
Provides: python3-PyYAML = %{epoch}:%{version}-%{release}
Provides: python3-pyyaml = %{epoch}:%{version}-%{release}
Provides: python3dist(pyyaml) = %{epoch}:%{version}-%{release}
Provides: python%{python3_version}-pyyaml = %{epoch}:%{version}-%{release}
Provides: python%{python3_version}dist(pyyaml) = %{epoch}:%{version}-%{release}
Provides: python%{python3_version_nodots}-pyyaml = %{epoch}:%{version}-%{release}
Provides: python%{python3_version_nodots}dist(pyyaml) = %{epoch}:%{version}-%{release}

%description -n python%{python3_version_nodots}-PyYAML
PyYAML is applicable for a broad range of tasks from complex
configuration files to object serialization and persistance.

%files -n python%{python3_version_nodots}-PyYAML
%license LICENSE
%{python3_sitearch}/*
%endif

%if !(0%{?suse_version} > 1500) && !(0%{?sle_version} > 150000) && !(0%{?rhel} == 7)
%package -n python3-pyyaml
Summary: YAML parser and emitter for Python
Requires: libyaml
Requires: python3
Provides: python3-PyYAML = %{epoch}:%{version}-%{release}
Provides: python3-pyyaml = %{epoch}:%{version}-%{release}
Provides: python3dist(pyyaml) = %{epoch}:%{version}-%{release}
Provides: python%{python3_version}-pyyaml = %{epoch}:%{version}-%{release}
Provides: python%{python3_version}dist(pyyaml) = %{epoch}:%{version}-%{release}
Provides: python%{python3_version_nodots}-pyyaml = %{epoch}:%{version}-%{release}
Provides: python%{python3_version_nodots}dist(pyyaml) = %{epoch}:%{version}-%{release}

%description -n python3-pyyaml
PyYAML is applicable for a broad range of tasks from complex
configuration files to object serialization and persistance.

%files -n python3-pyyaml
%license LICENSE
%{python3_sitearch}/*
%endif

%changelog
26 changes: 5 additions & 21 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,25 +1,9 @@

# The INCLUDE and LIB directories to build the '_yaml' extension.
# You may also set them using the options '-I' and '-L'.
[build_ext]

# List of directories to search for 'yaml.h' (separated by ':').
#include_dirs=/usr/local/include:../../include

# List of directories to search for 'libyaml.a' (separated by ':').
#library_dirs=/usr/local/lib:../../lib

# An alternative compiler to build the extension.
#compiler=mingw32

# Additional preprocessor definitions might be required.
#define=YAML_DECLARE_STATIC
[metadata]
license_file = LICENSE

# The following options are used to build PyYAML Windows installer
# for Python 2.7 on my PC:
#include_dirs=../../../libyaml/tags/0.1.4/include
#library_dirs=../../../libyaml/tags/0.1.4/win32/vs2008/output/release/lib
#define=YAML_DECLARE_STATIC
[egg_info]
tag_build =
tag_date = 0

[metadata]
license_file = LICENSE
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,11 @@
with_cython = True
try:
from Cython.Distutils.extension import Extension as _Extension
from Cython.Distutils import build_ext as _build_ext
try:
from Cython.Distutils.old_build_ext import old_build_ext as _build_ext
except ImportError:
from Cython.Distutils import build_ext as _build_ext

with_cython = True
except ImportError:
if with_cython:
Expand Down
Loading

0 comments on commit ed7ca63

Please sign in to comment.