Closed Bug 1195973 Opened 9 years ago Closed 9 years ago

Release taskcluster-graph as a python package

Categories

(Taskcluster :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: armenzg, Unassigned)

References

Details

I need taskcluster_graph as a dependency for Mozilla CI tools.
I would like to release it to pypi.

What else would you like to see happen before releasing?

The two things I would like address:
* make sure only the files needed are included
* address the warning
* bump the version.

Would you like to maintain it and release? or should I go ahead once I think we have address my concenrs?
Any of you would like to take this bug? or one of you volunteer to review the patches?


armenzg@armenzg-thinkpad:~/repos/mozilla-central/testing/taskcluster$ python setup.py sdist
running sdist
running egg_info
writing requirements to taskcluster_graph.egg-info/requires.txt
writing taskcluster_graph.egg-info/PKG-INFO
writing top-level names to taskcluster_graph.egg-info/top_level.txt
writing dependency_links to taskcluster_graph.egg-info/dependency_links.txt
reading manifest file 'taskcluster_graph.egg-info/SOURCES.txt'
writing manifest file 'taskcluster_graph.egg-info/SOURCES.txt'
warning: sdist: standard file not found: should have one of README, README.rst, README.txt

running check
warning: check: missing required meta-data: url

warning: check: missing meta-data: either (author and author_email) or (maintainer and maintainer_email) must be supplied

creating taskcluster_graph-0.0.0
creating taskcluster_graph-0.0.0/taskcluster_graph
creating taskcluster_graph-0.0.0/taskcluster_graph.egg-info
making hard links in taskcluster_graph-0.0.0...
hard linking setup.py -> taskcluster_graph-0.0.0
hard linking taskcluster_graph/__init__.py -> taskcluster_graph-0.0.0/taskcluster_graph
hard linking taskcluster_graph/build_task.py -> taskcluster_graph-0.0.0/taskcluster_graph
hard linking taskcluster_graph/commit_parser.py -> taskcluster_graph-0.0.0/taskcluster_graph
hard linking taskcluster_graph/from_now.py -> taskcluster_graph-0.0.0/taskcluster_graph
hard linking taskcluster_graph/slugid.py -> taskcluster_graph-0.0.0/taskcluster_graph
hard linking taskcluster_graph/slugidjar.py -> taskcluster_graph-0.0.0/taskcluster_graph
hard linking taskcluster_graph/templates.py -> taskcluster_graph-0.0.0/taskcluster_graph
hard linking taskcluster_graph/try_test_parser.py -> taskcluster_graph-0.0.0/taskcluster_graph
hard linking taskcluster_graph.egg-info/PKG-INFO -> taskcluster_graph-0.0.0/taskcluster_graph.egg-info
hard linking taskcluster_graph.egg-info/SOURCES.txt -> taskcluster_graph-0.0.0/taskcluster_graph.egg-info
hard linking taskcluster_graph.egg-info/dependency_links.txt -> taskcluster_graph-0.0.0/taskcluster_graph.egg-info
hard linking taskcluster_graph.egg-info/requires.txt -> taskcluster_graph-0.0.0/taskcluster_graph.egg-info
hard linking taskcluster_graph.egg-info/top_level.txt -> taskcluster_graph-0.0.0/taskcluster_graph.egg-info
Writing taskcluster_graph-0.0.0/setup.cfg
creating dist
Creating tar archive
removing 'taskcluster_graph-0.0.0' (and everything under it)
armenzg@armenzg-thinkpad:~/repos/mozilla-central/testing/taskcluster$ ls dist/
taskcluster_graph-0.0.0.tar.gz
This might not be needed after all.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.