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
c5991b0c
Kaydet (Commit)
c5991b0c
authored
Haz 29, 2003
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use
http://www.python.org/packman
as the base URL. Also upped the version
number because of this.
üst
006ebebe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
pimp.py
Lib/plat-mac/pimp.py
+3
-3
No files found.
Lib/plat-mac/pimp.py
Dosyayı görüntüle @
c5991b0c
"""Package Install Manager for Python.
This is currently a MacOSX-only strawman implementation.
Motto: "He may be shabby, but he gets you what you need" :-)
Despite other rumours the name stands for "Packman IMPlementation".
Tools to allow easy installation of packages. The idea is that there is
an online XML database per (platform, python-version) containing packages
...
...
@@ -35,7 +35,7 @@ _scriptExc_BadInstalled = "pimp._scriptExc_BadInstalled"
NO_EXECUTE
=
0
PIMP_VERSION
=
"0.
2
"
PIMP_VERSION
=
"0.
3
"
# Flavors:
# source: setup-based package
...
...
@@ -44,7 +44,7 @@ DEFAULT_FLAVORORDER=['source', 'binary']
DEFAULT_DOWNLOADDIR
=
'/tmp'
DEFAULT_BUILDDIR
=
'/tmp'
DEFAULT_INSTALLDIR
=
distutils
.
sysconfig
.
get_python_lib
()
DEFAULT_PIMPDATABASE
=
"http://
homepages.cwi.nl/~jack/pimp-0.2/pimp-
%
s.plist"
%
distutils
.
util
.
get_platform
()
DEFAULT_PIMPDATABASE
=
"http://
www.python.org/packman/version-0.3/
%
s.plist"
%
distutils
.
util
.
get_platform
()
def
_cmd
(
output
,
dir
,
*
cmditems
):
"""Internal routine to run a shell command in a given directory."""
...
...
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