#20 Record that Tempita is bundled
Merged 4 years ago by churchyard. Opened 4 years ago by pviktori.
rpms/ pviktori/Cython bundled-tempita  into  master

file modified
+6
@@ -39,6 +39,12 @@ 

  BuildRequires:  python3-jedi

  %endif

  

+ # A small templating library is bundled in Cython/Tempita

+ # Upstream version 0.5.2 is available from https://pypi.org/project/Tempita

+ # but the bundled copy is patched and reorganized.

+ # Upstream homepage is inaccessible.

+ Provides:       bundled(python3dist(tempita))

+ 

  %description -n python3-%{srcname} %{_description}

  

  Python 3 version.

Digging around the code, I noticed a small bundled library. It should be declared in the spec.

This reopens https://src.fedoraproject.org/rpms/Cython/pull-request/17.

The provides tag needs to be added to the python3-cython subpackage, otherwise it has no effect. One quirk of the python3 subpackages only approach. Sorry for not catching this sooner.

rebased onto d658964

4 years ago

Pull-Request has been merged by churchyard

4 years ago