Skip to content

Commit

Permalink
ebuild: set default HOMEPAGE to the packages page in ROS index
Browse files Browse the repository at this point in the history
  • Loading branch information
gentoo90 committed Sep 24, 2023
1 parent 8d75ef2 commit 5600843
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions superflore/PackageMetadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ def __init__(self, pkg_xml, evaluate_condition_context=None):
self.homepage = [
url.url for url in pkg.urls
][0]
else:
self.homepage = "https://index.ros.org/p/{}/".format(pkg.name)
self.longdescription = pkg.description
self.upstream_email = [
author.email for author in pkg.maintainers
Expand Down

0 comments on commit 5600843

Please sign in to comment.