-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ypkg: Depend on eopkg instead of python-eopkg
**Summary** Part of the move towards fully py3-based nuitka-compiled tooling. Signed-off-by: Rune Morling <[email protected]>
- Loading branch information
Showing
2 changed files
with
16 additions
and
16 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
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 |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
<Name>ypkg</Name> | ||
<Homepage>https://github.com/getsolus/ypkg</Homepage> | ||
<Packager> | ||
<Name>Gavin Zhao</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Rune Morling</Name> | ||
<Email>[email protected]</Email> | ||
</Packager> | ||
<License>GPL-3.0-or-later</License> | ||
<PartOf>system.devel</PartOf> | ||
|
@@ -26,22 +26,22 @@ Simply put, it is a tool to convert a build process into a packaging operation. | |
<Files> | ||
<Path fileType="executable">/usr/bin/ybump</Path> | ||
<Path fileType="executable">/usr/bin/ybump.bin</Path> | ||
<Path fileType="executable">/usr/bin/ybump.py</Path> | ||
<Path fileType="executable">/usr/bin/ybump.py3</Path> | ||
<Path fileType="executable">/usr/bin/ypkg</Path> | ||
<Path fileType="executable">/usr/bin/ypkg-build</Path> | ||
<Path fileType="executable">/usr/bin/ypkg-build.bin</Path> | ||
<Path fileType="executable">/usr/bin/ypkg-build.py</Path> | ||
<Path fileType="executable">/usr/bin/ypkg-build.py3</Path> | ||
<Path fileType="executable">/usr/bin/ypkg-gen-history</Path> | ||
<Path fileType="executable">/usr/bin/ypkg-gen-history.bin</Path> | ||
<Path fileType="executable">/usr/bin/ypkg-gen-history.py</Path> | ||
<Path fileType="executable">/usr/bin/ypkg-gen-history.py3</Path> | ||
<Path fileType="executable">/usr/bin/ypkg-install-deps</Path> | ||
<Path fileType="executable">/usr/bin/ypkg-install-deps.bin</Path> | ||
<Path fileType="executable">/usr/bin/ypkg-install-deps.py</Path> | ||
<Path fileType="executable">/usr/bin/ypkg-install-deps.py3</Path> | ||
<Path fileType="executable">/usr/bin/ypkg.bin</Path> | ||
<Path fileType="executable">/usr/bin/ypkg.py</Path> | ||
<Path fileType="executable">/usr/bin/ypkg.py3</Path> | ||
<Path fileType="executable">/usr/bin/yupdate</Path> | ||
<Path fileType="executable">/usr/bin/yupdate.bin</Path> | ||
<Path fileType="executable">/usr/bin/yupdate.py</Path> | ||
<Path fileType="executable">/usr/bin/yupdate.py3</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/ypkg2-31.0.0-py3.11.egg-info/PKG-INFO</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/ypkg2-31.0.0-py3.11.egg-info/SOURCES.txt</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/ypkg2-31.0.0-py3.11.egg-info/dependency_links.txt</Path> | ||
|
@@ -82,12 +82,12 @@ Simply put, it is a tool to convert a build process into a packaging operation. | |
</Files> | ||
</Package> | ||
<History> | ||
<Update release="182"> | ||
<Date>2024-04-08</Date> | ||
<Update release="183"> | ||
<Date>2024-04-11</Date> | ||
<Version>31</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Gavin Zhao</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Rune Morling</Name> | ||
<Email>[email protected]</Email> | ||
</Update> | ||
</History> | ||
</PISI> |