Project

Profile

Help

Story #2885

closed

As a User I can Publish Python packages in a way that is consumable by pip

Added by amacdona@redhat.com over 6 years ago. Updated about 3 years ago.

Status:
MODIFIED
Priority:
Normal
Assignee:
Sprint/Milestone:
-
Start date:
Due date:
% Done:

100%

Estimated time:
Platform Release:
3.0.0
Target Release - Python:
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Sprint:
Sprint 34
Quarter:

Description

This story is to extend the Publisher model and serializer with all Python specific fields and to implement publish.

Publisher.publish() should only be concerned with implementing the the simple API (which is consumed by pip). When this story is complete, the user will be able to create a Publisher, use it to publish a Repository with PythonPackageContent in it, creating a Publication. The user will be able to associate that Publication to a Distribution, and then pip will be able to install packages from the distribution.base_path.

https://wiki.python.org/moin/PyPISimple
https://www.python.org/dev/peps/pep-0301/

For every unique project in a repository pulp should distribute a HTML page located at: { distribution.base_path.}/simple/{project-name}/

This HTML page should contain every distribution package that shares the same project name and should look like:

<!DOCTYPE html>
<html>
<head>
  <title>Links for pulpcore</title>
</head>
<body><h1>Links for pulpcore</h1>
<a href="{link-to-content}#md5={md5_hash}" rel="internal">{PythonPackageContentUnit.filename}</a><br/>

<a href="../../packages/02/ee/3ceee60a9694b9462c62eee3df0d2b3e525be82750bc3f9e8b4d21a0cfb7/pulpcore-3.0.0a1.dev5-py3-none-any.whl#md5=16f188762c54527815557af8a7067234" rel="internal">pulpcore-3.0.0a1.dev5-py3-none-any.whl</a><br/>

<a href="../../packages/03/6c/e48eb03fa930a36838b3ff92e4367d901bb09e725859e0030b3bb40dff77/pulpcore-3.0.0a1.dev4-py3-none-any.whl#md5=3c8c966327231e8a3f48b70866f3c56a" rel="internal">pulpcore-3.0.0a1.dev4-py3-none-any.whl</a><br/>

</body></html>

The json API (which would be consumed by other Pulps) is not a part of this story, and will be implemented in https://pulp.plan.io/issues/2886


Related issues

Blocked by Python Support - Task #2883: Create model(s) for Python's ReleasesMODIFIEDbizhang

Actions
Blocked by Python Support - Task #3294: Update Python plugin to sync with versioned repositoriesMODIFIEDamacdona@redhat.com

Actions
Actions #1

Updated by amacdona@redhat.com over 6 years ago

  • Blocked by Task #2883: Create model(s) for Python's Releases added
Actions #2

Updated by bizhang over 6 years ago

  • Sprint/Milestone set to 51
Actions #3

Updated by amacdona@redhat.com over 6 years ago

  • Description updated (diff)
Actions #4

Updated by amacdona@redhat.com over 6 years ago

  • Description updated (diff)
Actions #5

Updated by amacdona@redhat.com over 6 years ago

  • Description updated (diff)
Actions #6

Updated by dalley over 6 years ago

  • Groomed changed from No to Yes
  • Sprint Candidate changed from No to Yes
Actions #7

Updated by bizhang over 6 years ago

  • Description updated (diff)
Actions #8

Updated by daviddavis over 6 years ago

  • Sprint/Milestone changed from 51 to 52
Actions #9

Updated by amacdona@redhat.com about 6 years ago

  • Status changed from NEW to ASSIGNED
  • Assignee set to amacdona@redhat.com
Actions #10

Updated by rchan about 6 years ago

  • Sprint/Milestone changed from 52 to 53
Actions #11

Updated by amacdona@redhat.com about 6 years ago

  • Blocked by Task #3294: Update Python plugin to sync with versioned repositories added
Actions #12

Updated by jortel@redhat.com about 6 years ago

  • Sprint/Milestone changed from 53 to 54
Actions #13

Updated by dalley about 6 years ago

  • Assignee changed from amacdona@redhat.com to dalley
Actions #14

Updated by rchan about 6 years ago

  • Sprint/Milestone changed from 54 to 56
Actions #15

Updated by dalley about 6 years ago

  • Status changed from ASSIGNED to POST
Actions #16

Updated by bmbouter about 6 years ago

  • Sprint set to Sprint 33
Actions #17

Updated by bmbouter about 6 years ago

  • Sprint/Milestone deleted (56)
Actions #18

Updated by jortel@redhat.com about 6 years ago

  • Sprint changed from Sprint 33 to Sprint 34

Added by dalley about 6 years ago

Revision 3fd41a55 | View on GitHub

Add publish implementation

Add support for publishing the PyPI simple API, and split the publish and sync code into different files.

closes #2885 https://pulp.plan.io/issues/2885

Actions #19

Updated by dalley about 6 years ago

  • Status changed from POST to MODIFIED
  • % Done changed from 0 to 100
Actions #20

Updated by bmbouter almost 5 years ago

  • Tags deleted (Pulp 3)
Actions #21

Updated by dalley about 3 years ago

  • Platform Release set to 3.0.0

Also available in: Atom PDF