Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
d8d732e7
Kaydet (Commit)
d8d732e7
authored
Nis 09, 2005
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fill out one section
üst
4b000cd8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
3 deletions
+20
-3
whatsnew25.tex
Doc/whatsnew/whatsnew25.tex
+20
-3
No files found.
Doc/whatsnew/whatsnew25.tex
Dosyayı görüntüle @
d8d732e7
...
...
@@ -77,9 +77,26 @@ Raymond Hettinger.}
%======================================================================
\section
{
PEP 314: Metadata for Python Software Packages v1.1
}
XXX describe this PEP.
distutils
\function
{
setup()
}
now supports the
\var
{
provides
}
,
\var
{
requires
}
,
\var
{
obsoletes
}
keywords.
Some simple dependency support was added to Distutils. The
\function
{
setup()
}
function now has
\code
{
requires
}
,
\code
{
provides
}
,
and
\code
{
obsoletes
}
. When you build a source distribution using the
\code
{
sdist
}
command, the dependency information will be recorded in
the
\file
{
PKG-INFO
}
file.
Another new keyword is
\code
{
download
_
url
}
, which should be set to a
URL for the package's source code. This means it's now possible to
look up an entry in the package index, determine the dependencies for
a package, and download the required packages.
% XXX put example here
\begin{seealso}
\seepep
{
314
}{
Metadata for Python Software Packages v1.1
}{
PEP proposed
and written by A.M. Kuchling, Richard Jones, and Fred Drake;
implemented by Richard Jones and Fred Drake.
}
\end{seealso}
%======================================================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment